1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
|
BLUECOAT-SG-PROXY-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter64, Gauge32, Integer32
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
blueCoatMgmt
FROM BLUECOAT-MIB;
bluecoatSGProxyMIB MODULE-IDENTITY
LAST-UPDATED "201111010300Z"
ORGANIZATION "Blue Coat Systems, Inc."
CONTACT-INFO "support.services@bluecoat.com
http://www.bluecoat.com"
DESCRIPTION "The BLUECOAT-SG-PROXY-MIB provides system information
and statistics for a BlueCoat SG proxy appliance."
REVISION "201111010300Z"
DESCRIPTION "Corrections regarding Capitalization and imports."
REVISION "200711050300Z"
DESCRIPTION "Minor corrections and reformatting."
REVISION "200708280300Z"
DESCRIPTION "Initial revision of this MIB."
::= { blueCoatMgmt 11 }
---
--- Main Groups
---
sgProxyConfig OBJECT IDENTIFIER ::= { bluecoatSGProxyMIB 1 }
sgProxySystem OBJECT IDENTIFIER ::= { bluecoatSGProxyMIB 2 }
sgProxyHttp OBJECT IDENTIFIER ::= { bluecoatSGProxyMIB 3 }
---
--- Proxy Configuration Group (sgProxyConfig)
---
sgProxyAdmin OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The contact responsible for the administration of the
proxy. Usually a name and email address."
::= { sgProxyConfig 1 }
sgProxySoftware OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Name of the proxy sofware."
::= { sgProxyConfig 2 }
sgProxyVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Version of the proxy software."
::= { sgProxyConfig 3 }
sgProxySerialNumber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hardware serial number of the proxy appliance."
::= { sgProxyConfig 4 }
---
--- Proxy System Group (sgProxySystem)
---
---
--- Groups under sgProxySystem
---
--
-- sgProxyCpuTable
--
sgProxyCpu OBJECT IDENTIFIER ::= { sgProxySystem 1 }
sgProxyCache OBJECT IDENTIFIER ::= { sgProxySystem 2 }
sgProxyMemory OBJECT IDENTIFIER ::= { sgProxySystem 3 }
sgProxyCpuCoreTable OBJECT-TYPE
SYNTAX SEQUENCE OF SgProxyCpuCoreTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table lists the various cpu statistics."
::= { sgProxySystem 4 }
---
--- Proxy CPU Group (sgProxyCpu) (part of sgProxySystem)
---
sgProxyCpuUpTime OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The amount of time the proxy has been running
since boot, in milliseconds. This is no longer functional.
Use sgProxyCpuTable instead."
::= { sgProxyCpu 1 }
sgProxyCpuBusyTime OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The amount of busy CPU time since boot,
in milliseconds. This is no longer functional.
Use sgProxyCpuTable instead."
::= { sgProxyCpu 2 }
sgProxyCpuIdleTime OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The amount of idle CPU time since boot,
in milliseconds. This is no longer functional.
Use sgProxyCpuTable instead."
::= { sgProxyCpu 3 }
sgProxyCpuUpTimeSinceLastAccess OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The amount of time the proxy has been running since
the last SNMP access to this value, in milliseconds.
This is no longer functional. Use sgProxyCpuTable instead."
::= { sgProxyCpu 4 }
sgProxyCpuBusyTimeSinceLastAccess OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The amount of busy CPU time since the last SNMP access
to this value, in milliseconds. This is no longer functional.
Use sgProxyCpuTable instead."
::= { sgProxyCpu 5 }
sgProxyCpuIdleTimeSinceLastAccess OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The amount of idle CPU time since the last SNMP access
to this value, in milliseconds. This is no longer functional.
Use sgProxyCpuTable instead."
::= { sgProxyCpu 6 }
sgProxyCpuBusyPerCent OBJECT-TYPE
SYNTAX Gauge32
UNITS "Percentage"
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The busy CPU time as a percentage, averaged over
one minute. This is no longer functional.
Use sgProxyCpuTable instead."
::= { sgProxyCpu 7 }
sgProxyCpuIdlePerCent OBJECT-TYPE
SYNTAX Gauge32
UNITS "Percentage"
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION "The idle CPU time as a percentage, averaged over
one minute. This is no longer functional.
Use sgProxyCpuTable instead."
::= { sgProxyCpu 8 }
---
--- Proxy Cache Group (sgProxyCache) (part of sgProxySystem)
---
sgProxyStorage OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The quantity of storage in use by the proxy in bytes."
::= { sgProxyCache 1 }
sgProxyNumObjects OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of objects currently held by the proxy."
::= { sgProxyCache 2 }
---
--- Proxy Memory Group (sgProxyMemory) (part of sgProxySystem)
---
sgProxyMemAvailable OBJECT-TYPE
SYNTAX Counter64
UNITS "Bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total memory available for use by the proxy,
in bytes."
::= { sgProxyMemory 1 }
sgProxyMemCacheUsage OBJECT-TYPE
SYNTAX Counter64
UNITS "Bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The memory used by the proxy for object caching,
in bytes."
::= { sgProxyMemory 2 }
sgProxyMemSysUsage OBJECT-TYPE
SYNTAX Counter64
UNITS "Bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The memory used by the proxy for system and support
processes, in bytes."
::= { sgProxyMemory 3 }
sgProxyMemoryPressure OBJECT-TYPE
SYNTAX Gauge32
UNITS "Percentage"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The proportion of memory used in total by the proxy,
as a percentage of the total memory available."
::= { sgProxyMemory 4 }
---
--- Proxy CPU Table Group (sgProxyCpuTable) (part of sgProxySystem)
---
sgProxyCpuCoreTableEntry OBJECT-TYPE
SYNTAX SgProxyCpuCoreTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A cpuTable entry describes the
current cpu statistics."
INDEX { sgProxyCpuCoreIndex }
::= { sgProxyCpuCoreTable 1 }
SgProxyCpuCoreTableEntry ::= SEQUENCE {
sgProxyCpuCoreIndex INTEGER,
sgProxyCpuCoreUpTime Counter64,
sgProxyCpuCoreBusyTime Counter64,
sgProxyCpuCoreIdleTime Counter64,
sgProxyCpuCoreUpTimeSinceLastAccess Counter64,
sgProxyCpuCoreBusyTimeSinceLastAccess Counter64,
sgProxyCpuCoreIdleTimeSinceLastAccess Counter64,
sgProxyCpuCoreBusyPerCent Gauge32,
sgProxyCpuCoreIdlePerCent Gauge32
}
sgProxyCpuCoreIndex OBJECT-TYPE
SYNTAX Integer32 (1..32)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "CPU number."
::= { sgProxyCpuCoreTableEntry 1 }
sgProxyCpuCoreUpTime OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The amount of time the proxy has been running
since boot, in milliseconds."
::= { sgProxyCpuCoreTableEntry 2 }
sgProxyCpuCoreBusyTime OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The amount of busy CPU time since boot,
in milliseconds."
::= { sgProxyCpuCoreTableEntry 3 }
sgProxyCpuCoreIdleTime OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The amount of idle CPU time since boot,
in milliseconds."
::= { sgProxyCpuCoreTableEntry 4 }
sgProxyCpuCoreUpTimeSinceLastAccess OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The amount of time the proxy has been running since
the last SNMP access to this value, in milliseconds."
::= { sgProxyCpuCoreTableEntry 5 }
sgProxyCpuCoreBusyTimeSinceLastAccess OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The amount of busy CPU time since the last SNMP access
to this value, in milliseconds."
::= { sgProxyCpuCoreTableEntry 6 }
sgProxyCpuCoreIdleTimeSinceLastAccess OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The amount of idle CPU time since the last SNMP access
to this value, in milliseconds."
::= { sgProxyCpuCoreTableEntry 7 }
sgProxyCpuCoreBusyPerCent OBJECT-TYPE
SYNTAX Gauge32
UNITS "Percentage"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The busy CPU time as a percentage, averaged over
one minute."
::= { sgProxyCpuCoreTableEntry 8 }
sgProxyCpuCoreIdlePerCent OBJECT-TYPE
SYNTAX Gauge32
UNITS "Percentage"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The idle CPU time as a percentage, averaged over
one minute."
::= { sgProxyCpuCoreTableEntry 9 }
---
--- Proxy HTTP Statistics Group (sgProxyHttp)
---
---
--- Groups under sgProxyHttp
---
sgProxyHttpPerf OBJECT IDENTIFIER ::= { sgProxyHttp 1 }
sgProxyHttpResponse OBJECT IDENTIFIER ::= { sgProxyHttp 2 }
sgProxyHttpMedian OBJECT IDENTIFIER ::= { sgProxyHttp 3 }
---
--- HTTP Performance Statistics Group (sgProxyHttpPerf) (part of sgProxyHttp)
---
---
--- Groups under sgProxyHttpPerf
---
sgProxyHttpClient OBJECT IDENTIFIER ::= { sgProxyHttpPerf 1 }
sgProxyHttpServer OBJECT IDENTIFIER ::= { sgProxyHttpPerf 2 }
sgProxyHttpConnections OBJECT IDENTIFIER ::= { sgProxyHttpPerf 3 }
---
--- HTTP Client Statistics Group (sgProxyHttpClient) (part of sgProxyHttpPerf)
---
sgProxyHttpClientRequests OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of HTTP requests received from clients."
::= { sgProxyHttpClient 1 }
sgProxyHttpClientHits OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of HTTP hits that the proxy clients
have produced."
::= { sgProxyHttpClient 2 }
sgProxyHttpClientPartialHits OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of HTTP partial (near) hits that the proxy
clients have produced."
::= { sgProxyHttpClient 3 }
sgProxyHttpClientMisses OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of HTTP misses that the proxy clients
have produced."
::= { sgProxyHttpClient 4 }
sgProxyHttpClientErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of HTTP errors caused by client
connections."
::= { sgProxyHttpClient 5 }
sgProxyHttpClientRequestRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Requests Per Second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average rate per second of HTTP requests."
::= { sgProxyHttpClient 6 }
sgProxyHttpClientHitRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Percentage"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The percentage HTTP hit rate (by objects)."
::= { sgProxyHttpClient 7 }
sgProxyHttpClientByteHitRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "Percentage"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The percentage HTTP hit rate (by requested bytes).
This is the number of bytes returned to the client
for hits, as a fraction of the total bytes."
::= { sgProxyHttpClient 8 }
sgProxyHttpClientInBytes OBJECT-TYPE
SYNTAX Counter64
UNITS "Bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of bytes received from the clients by
the proxy."
::= { sgProxyHttpClient 9 }
sgProxyHttpClientOutBytes OBJECT-TYPE
SYNTAX Counter64
UNITS "Bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of bytes delivered to clients from
the proxy."
::= { sgProxyHttpClient 10 }
---
--- HTTP Server Statistics Group (sgProxyHttpServer) (part of sgProxyHttpPerf)
---
sgProxyHttpServerRequests OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of HTTP requests that the proxy has
issued."
::= { sgProxyHttpServer 1 }
sgProxyHttpServerErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of HTTP errors while fetching objects."
::= { sgProxyHttpServer 2 }
sgProxyHttpServerInBytes OBJECT-TYPE
SYNTAX Counter64
UNITS "Bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of bytes received by the proxy from
remote servers."
::= { sgProxyHttpServer 3 }
sgProxyHttpServerOutBytes OBJECT-TYPE
SYNTAX Counter64
UNITS "Bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of bytes transmitted by the proxy to
remote servers."
::= { sgProxyHttpServer 4 }
---
--- HTTP Connections Group (sgProxyHttpConnections) (part of sgProxyHttpPerf)
---
sgProxyHttpClientConnections OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of HTTP connections with the
proxy clients."
::= { sgProxyHttpConnections 1 }
sgProxyHttpClientConnectionsActive OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of active HTTP connections with the
proxy clients."
::= { sgProxyHttpConnections 2 }
sgProxyHttpClientConnectionsIdle OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of idle HTTP connections with the
proxy clients."
::= { sgProxyHttpConnections 3 }
sgProxyHttpServerConnections OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of HTTP connections with
remote servers."
::= { sgProxyHttpConnections 4 }
sgProxyHttpServerConnectionsActive OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of active HTTP connections with
remote servers."
::= { sgProxyHttpConnections 5 }
sgProxyHttpServerConnectionsIdle OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of idle HTTP connections with
remote servers."
::= { sgProxyHttpConnections 6 }
---
--- Proxy HTTP Response Group (sgProxyHttpResponse) (part of sgProxyHttp)
---
---
--- Groups under sgProxyHttpResponse
---
sgProxyHttpResponseTime OBJECT IDENTIFIER ::= { sgProxyHttpResponse 1 }
sgProxyHttpResponseFirstByte OBJECT IDENTIFIER ::= { sgProxyHttpResponse 2 }
sgProxyHttpResponseByteRate OBJECT IDENTIFIER ::= { sgProxyHttpResponse 3 }
sgProxyHttpResponseSize OBJECT IDENTIFIER ::= { sgProxyHttpResponse 4 }
---
--- HTTP Response Time (sgProxyHttpResponseTime) (part of sgProxyHttpResponse)
---
sgProxyHttpServiceTimeAll OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average service time for all HTTP requests,
in milliseconds."
::= { sgProxyHttpResponseTime 1 }
sgProxyHttpServiceTimeHit OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average service time for all HTTP hits,
in milliseconds."
::= { sgProxyHttpResponseTime 2 }
sgProxyHttpServiceTimePartialHit OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average service time for all HTTP partial (near)
hits, in milliseconds."
::= { sgProxyHttpResponseTime 3 }
sgProxyHttpServiceTimeMiss OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average service time for all HTTP misses,
in milliseconds."
::= { sgProxyHttpResponseTime 4 }
sgProxyHttpTotalFetchTimeAll OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total fetch time for all HTTP responses,
in milliseconds."
::= { sgProxyHttpResponseTime 5 }
sgProxyHttpTotalFetchTimeHit OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total fetch time for all HTTP hits,
in milliseconds."
::= { sgProxyHttpResponseTime 6 }
sgProxyHttpTotalFetchTimePartialHit OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total fetch time for all HTTP partial (near) hits,
in milliseconds."
::= { sgProxyHttpResponseTime 7 }
sgProxyHttpTotalFetchTimeMiss OBJECT-TYPE
SYNTAX Counter64
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total fetch time for all HTTP misses,
in milliseconds."
::= { sgProxyHttpResponseTime 8 }
---
--- HTTP First Byte (sgProxyHttpResponseFirstByte) (part of sgProxyHttpResponse)
---
sgProxyHttpFirstByteAll OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average time to first response byte for all HTTP
requests, in milliseconds."
::= { sgProxyHttpResponseFirstByte 1 }
sgProxyHttpFirstByteHit OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average time to first response byte for all HTTP
hits, in milliseconds."
::= { sgProxyHttpResponseFirstByte 2 }
sgProxyHttpFirstBytePartialHit OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average time to first response byte for all HTTP
partial (near) hits, in milliseconds."
::= { sgProxyHttpResponseFirstByte 3 }
sgProxyHttpFirstByteMiss OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average time to first response byte for all HTTP
misses, in milliseconds."
::= { sgProxyHttpResponseFirstByte 4 }
---
--- HTTP Byte Rate (sgProxyHttpResponseByteRate) (part of sgProxyHttpResponse)
---
sgProxyHttpByteRateAll OBJECT-TYPE
SYNTAX Gauge32
UNITS "Bytes Per Second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average byte rate for all HTTP responses, in bytes
per second."
::= { sgProxyHttpResponseByteRate 1 }
sgProxyHttpByteRateHit OBJECT-TYPE
SYNTAX Gauge32
UNITS "Bytes Per Second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average byte rate for all HTTP hits, in bytes
per second."
::= { sgProxyHttpResponseByteRate 2 }
sgProxyHttpByteRatePartialHit OBJECT-TYPE
SYNTAX Gauge32
UNITS "Bytes Per Second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average byte rate for all HTTP partial hits, in
bytes per second."
::= { sgProxyHttpResponseByteRate 3 }
sgProxyHttpByteRateMiss OBJECT-TYPE
SYNTAX Gauge32
UNITS "Bytes Per Second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average byte rate for all HTTP misses, in bytes
per second."
::= { sgProxyHttpResponseByteRate 4 }
---
--- HTTP Response Size (sgProxyHttpResponseSize) (part of sgProxyHttpResponse)
---
sgProxyHttpResponseSizeAll OBJECT-TYPE
SYNTAX Gauge32
UNITS "Bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average response size for all HTTP responses,
in bytes."
::= { sgProxyHttpResponseSize 1 }
sgProxyHttpResponseSizeHit OBJECT-TYPE
SYNTAX Gauge32
UNITS "Bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average response size for all HTTP hits,
in bytes."
::= { sgProxyHttpResponseSize 2 }
sgProxyHttpResponseSizePartialHit OBJECT-TYPE
SYNTAX Gauge32
UNITS "Bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average response size for all HTTP partial hits,
in bytes."
::= { sgProxyHttpResponseSize 3 }
sgProxyHttpResponseSizeMiss OBJECT-TYPE
SYNTAX Gauge32
UNITS "Bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The average response size for all HTTP misses,
in bytes."
::= { sgProxyHttpResponseSize 4 }
---
--- Proxy HTTP Median Response Tables (sgProxyHttpMedian) (part of sgProxyHttp)
---
---
--- HTTP Median Service Time Table (sgProxyHttpMedianServiceTable)
--- (part of sgProxyHttpMedian)
---
sgProxyHttpMedianServiceTable OBJECT-TYPE
SYNTAX SEQUENCE OF SgProxyHttpMedianServiceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table of median HTTP service times."
::= { sgProxyHttpMedian 1 }
sgProxyHttpMedianServiceEntry OBJECT-TYPE
SYNTAX SgProxyHttpMedianServiceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Table entry for median HTTP service times."
INDEX { sgProxyHttpMedianServiceTime }
::= { sgProxyHttpMedianServiceTable 1 }
SgProxyHttpMedianServiceEntry ::= SEQUENCE {
sgProxyHttpMedianServiceTime INTEGER,
sgProxyHttpMedianServiceTimeAll Gauge32,
sgProxyHttpMedianServiceTimeHit Gauge32,
sgProxyHttpMedianServiceTimePartialHit Gauge32,
sgProxyHttpMedianServiceTimeMiss Gauge32,
sgProxyDnsMedianServiceTime Gauge32
}
sgProxyHttpMedianServiceTime OBJECT-TYPE
SYNTAX INTEGER { one(1), five(5), sixty (60) }
UNITS "Minutes"
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The median time used to index the table
sgProxyHttpMedianServiceTable. This release supports
one, five, and sixty minutes."
::= { sgProxyHttpMedianServiceEntry 1 }
sgProxyHttpMedianServiceTimeAll OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The median service time for all HTTP requests,
in milliseconds."
::= { sgProxyHttpMedianServiceEntry 2 }
sgProxyHttpMedianServiceTimeHit OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The median service time for all HTTP hits,
in milliseconds."
::= { sgProxyHttpMedianServiceEntry 3 }
sgProxyHttpMedianServiceTimePartialHit OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The median service time for all HTTP partial (near)
hits, in milliseconds."
::= { sgProxyHttpMedianServiceEntry 4 }
sgProxyHttpMedianServiceTimeMiss OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The median service time for all HTTP misses,
in milliseconds."
::= { sgProxyHttpMedianServiceEntry 5 }
sgProxyDnsMedianServiceTime OBJECT-TYPE
SYNTAX Gauge32
UNITS "Milliseconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The median DNS service time, in milliseconds."
::= { sgProxyHttpMedianServiceEntry 6 }
---
--- BLUECOAT-SG-PROXY-MIB Ends
---
END
|