BLUECOAT-SG-PROXY-MIB
94 objects
The BLUECOAT-SG-PROXY-MIB provides system information and statistics for a BlueCoat SG proxy appliance.
Imported Objects
| BLUECOAT-MIB | blueCoatMgmt |
| SNMPv2-SMI | Counter64 Gauge32 Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | DisplayString |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.3417.2.11 | IdentitybluecoatSGProxyMIB | The BLUECOAT-SG-PROXY-MIB provides system information and statistics for a BlueCoat SG proxy appliance. | ||
| 1.3.6.1.4.1.3417.2.11.1 | NodesgProxyConfig | |||
| 1.3.6.1.4.1.3417.2.11.1.1 | ScalarsgProxyAdmin | read-only | current | The contact responsible for the administration of the proxy. Usually a name and email address. |
| 1.3.6.1.4.1.3417.2.11.1.2 | ScalarsgProxySoftware | read-only | current | Name of the proxy sofware. |
| 1.3.6.1.4.1.3417.2.11.1.3 | ScalarsgProxyVersion | read-only | current | Version of the proxy software. |
| 1.3.6.1.4.1.3417.2.11.1.4 | ScalarsgProxySerialNumber | read-only | current | Hardware serial number of the proxy appliance. |
| 1.3.6.1.4.1.3417.2.11.2 | NodesgProxySystem | |||
| 1.3.6.1.4.1.3417.2.11.2.1 | NodesgProxyCpu | |||
| 1.3.6.1.4.1.3417.2.11.2.1.1 | ScalarsgProxyCpuUpTime | read-only | deprecated | The amount of time the proxy has been running since boot, in milliseconds. This is no longer functional. Use sgProxyCpuTable instead. |
| 1.3.6.1.4.1.3417.2.11.2.1.2 | ScalarsgProxyCpuBusyTime | read-only | deprecated | The amount of busy CPU time since boot, in milliseconds. This is no longer functional. Use sgProxyCpuTable instead. |
| 1.3.6.1.4.1.3417.2.11.2.1.3 | ScalarsgProxyCpuIdleTime | read-only | deprecated | The amount of idle CPU time since boot, in milliseconds. This is no longer functional. Use sgProxyCpuTable instead. |
| 1.3.6.1.4.1.3417.2.11.2.1.4 | ScalarsgProxyCpuUpTimeSinceLastAccess | read-only | deprecated | 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 inst… |
| 1.3.6.1.4.1.3417.2.11.2.1.5 | ScalarsgProxyCpuBusyTimeSinceLastAccess | read-only | deprecated | The amount of busy CPU time since the last SNMP access to this value, in milliseconds. This is no longer functional. Use sgProxyCpuTable instead. |
| 1.3.6.1.4.1.3417.2.11.2.1.6 | ScalarsgProxyCpuIdleTimeSinceLastAccess | read-only | deprecated | The amount of idle CPU time since the last SNMP access to this value, in milliseconds. This is no longer functional. Use sgProxyCpuTable instead. |
| 1.3.6.1.4.1.3417.2.11.2.1.7 | ScalarsgProxyCpuBusyPerCent | read-only | deprecated | The busy CPU time as a percentage, averaged over one minute. This is no longer functional. Use sgProxyCpuTable instead. |
| 1.3.6.1.4.1.3417.2.11.2.1.8 | ScalarsgProxyCpuIdlePerCent | read-only | deprecated | The idle CPU time as a percentage, averaged over one minute. This is no longer functional. Use sgProxyCpuTable instead. |
| 1.3.6.1.4.1.3417.2.11.2.2 | NodesgProxyCache | |||
| 1.3.6.1.4.1.3417.2.11.2.2.1 | ScalarsgProxyStorage | read-only | current | The quantity of storage in use by the proxy in bytes. |
| 1.3.6.1.4.1.3417.2.11.2.2.2 | ScalarsgProxyNumObjects | read-only | current | The number of objects currently held by the proxy. |
| 1.3.6.1.4.1.3417.2.11.2.3 | NodesgProxyMemory | |||
| 1.3.6.1.4.1.3417.2.11.2.3.1 | ScalarsgProxyMemAvailable | read-only | current | The total memory available for use by the proxy, in bytes. |
| 1.3.6.1.4.1.3417.2.11.2.3.2 | ScalarsgProxyMemCacheUsage | read-only | current | The memory used by the proxy for object caching, in bytes. |
| 1.3.6.1.4.1.3417.2.11.2.3.3 | ScalarsgProxyMemSysUsage | read-only | current | The memory used by the proxy for system and support processes, in bytes. |
| 1.3.6.1.4.1.3417.2.11.2.3.4 | ScalarsgProxyMemoryPressure | read-only | current | The proportion of memory used in total by the proxy, as a percentage of the total memory available. |
| 1.3.6.1.4.1.3417.2.11.2.4 | TablesgProxyCpuCoreTable | not-accessible | current | This table lists the various cpu statistics. |
| 1.3.6.1.4.1.3417.2.11.2.4.1 | RowsgProxyCpuCoreTableEntry | not-accessible | current | A cpuTable entry describes the current cpu statistics. |
| 1.3.6.1.4.1.3417.2.11.2.4.1.1 | ColumnsgProxyCpuCoreIndex | not-accessible | current | CPU number. |
| 1.3.6.1.4.1.3417.2.11.2.4.1.2 | ColumnsgProxyCpuCoreUpTime | read-only | current | The amount of time the proxy has been running since boot, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.2.4.1.3 | ColumnsgProxyCpuCoreBusyTime | read-only | current | The amount of busy CPU time since boot, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.2.4.1.4 | ColumnsgProxyCpuCoreIdleTime | read-only | current | The amount of idle CPU time since boot, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.2.4.1.5 | ColumnsgProxyCpuCoreUpTimeSinceLastAccess | read-only | current | The amount of time the proxy has been running since the last SNMP access to this value, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.2.4.1.6 | ColumnsgProxyCpuCoreBusyTimeSinceLastAccess | read-only | current | The amount of busy CPU time since the last SNMP access to this value, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.2.4.1.7 | ColumnsgProxyCpuCoreIdleTimeSinceLastAccess | read-only | current | The amount of idle CPU time since the last SNMP access to this value, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.2.4.1.8 | ColumnsgProxyCpuCoreBusyPerCent | read-only | current | The busy CPU time as a percentage, averaged over one minute. |
| 1.3.6.1.4.1.3417.2.11.2.4.1.9 | ColumnsgProxyCpuCoreIdlePerCent | read-only | current | The idle CPU time as a percentage, averaged over one minute. |
| 1.3.6.1.4.1.3417.2.11.3 | NodesgProxyHttp | |||
| 1.3.6.1.4.1.3417.2.11.3.1 | NodesgProxyHttpPerf | |||
| 1.3.6.1.4.1.3417.2.11.3.1.1 | NodesgProxyHttpClient | |||
| 1.3.6.1.4.1.3417.2.11.3.1.1.1 | ScalarsgProxyHttpClientRequests | read-only | current | The number of HTTP requests received from clients. |
| 1.3.6.1.4.1.3417.2.11.3.1.1.2 | ScalarsgProxyHttpClientHits | read-only | current | The number of HTTP hits that the proxy clients have produced. |
| 1.3.6.1.4.1.3417.2.11.3.1.1.3 | ScalarsgProxyHttpClientPartialHits | read-only | current | The number of HTTP partial (near) hits that the proxy clients have produced. |
| 1.3.6.1.4.1.3417.2.11.3.1.1.4 | ScalarsgProxyHttpClientMisses | read-only | current | The number of HTTP misses that the proxy clients have produced. |
| 1.3.6.1.4.1.3417.2.11.3.1.1.5 | ScalarsgProxyHttpClientErrors | read-only | current | The number of HTTP errors caused by client connections. |
| 1.3.6.1.4.1.3417.2.11.3.1.1.6 | ScalarsgProxyHttpClientRequestRate | read-only | current | The average rate per second of HTTP requests. |
| 1.3.6.1.4.1.3417.2.11.3.1.1.7 | ScalarsgProxyHttpClientHitRate | read-only | current | The percentage HTTP hit rate (by objects). |
| 1.3.6.1.4.1.3417.2.11.3.1.1.8 | ScalarsgProxyHttpClientByteHitRate | read-only | current | 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. |
| 1.3.6.1.4.1.3417.2.11.3.1.1.9 | ScalarsgProxyHttpClientInBytes | read-only | current | The number of bytes received from the clients by the proxy. |
| 1.3.6.1.4.1.3417.2.11.3.1.1.10 | ScalarsgProxyHttpClientOutBytes | read-only | current | The number of bytes delivered to clients from the proxy. |
| 1.3.6.1.4.1.3417.2.11.3.1.2 | NodesgProxyHttpServer | |||
| 1.3.6.1.4.1.3417.2.11.3.1.2.1 | ScalarsgProxyHttpServerRequests | read-only | current | The number of HTTP requests that the proxy has issued. |
| 1.3.6.1.4.1.3417.2.11.3.1.2.2 | ScalarsgProxyHttpServerErrors | read-only | current | The number of HTTP errors while fetching objects. |
| 1.3.6.1.4.1.3417.2.11.3.1.2.3 | ScalarsgProxyHttpServerInBytes | read-only | current | The number of bytes received by the proxy from remote servers. |
| 1.3.6.1.4.1.3417.2.11.3.1.2.4 | ScalarsgProxyHttpServerOutBytes | read-only | current | The number of bytes transmitted by the proxy to remote servers. |
| 1.3.6.1.4.1.3417.2.11.3.1.3 | NodesgProxyHttpConnections | |||
| 1.3.6.1.4.1.3417.2.11.3.1.3.1 | ScalarsgProxyHttpClientConnections | read-only | current | The total number of established HTTP connections with the proxy clients. This value does not include connections closing down or waiting to be accepted. |
| 1.3.6.1.4.1.3417.2.11.3.1.3.2 | ScalarsgProxyHttpClientConnectionsActive | read-only | current | The number of HTTP connections with the proxy clients which are in the middle of processing a request. |
| 1.3.6.1.4.1.3417.2.11.3.1.3.3 | ScalarsgProxyHttpClientConnectionsIdle | read-only | current | The number of HTTP connections with the proxy clients which are idle and waiting to receive a new request. |
| 1.3.6.1.4.1.3417.2.11.3.1.3.4 | ScalarsgProxyHttpServerConnections | read-only | current | The total number of established HTTP connections with remote servers. |
| 1.3.6.1.4.1.3417.2.11.3.1.3.5 | ScalarsgProxyHttpServerConnectionsActive | read-only | current | The number of HTTP connections with remote servers which are in the middle of processing a request. |
| 1.3.6.1.4.1.3417.2.11.3.1.3.6 | ScalarsgProxyHttpServerConnectionsIdle | read-only | current | The number of HTTP connections with remote servers which are idle and available to send a new request. |
| 1.3.6.1.4.1.3417.2.11.3.2 | NodesgProxyHttpResponse | |||
| 1.3.6.1.4.1.3417.2.11.3.2.1 | NodesgProxyHttpResponseTime | |||
| 1.3.6.1.4.1.3417.2.11.3.2.1.1 | ScalarsgProxyHttpServiceTimeAll | read-only | current | The average service time for all HTTP requests, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.2.1.2 | ScalarsgProxyHttpServiceTimeHit | read-only | current | The average service time for all HTTP hits, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.2.1.3 | ScalarsgProxyHttpServiceTimePartialHit | read-only | current | The average service time for all HTTP partial (near) hits, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.2.1.4 | ScalarsgProxyHttpServiceTimeMiss | read-only | current | The average service time for all HTTP misses, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.2.1.5 | ScalarsgProxyHttpTotalFetchTimeAll | read-only | current | The total fetch time for all HTTP responses, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.2.1.6 | ScalarsgProxyHttpTotalFetchTimeHit | read-only | current | The total fetch time for all HTTP hits, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.2.1.7 | ScalarsgProxyHttpTotalFetchTimePartialHit | read-only | current | The total fetch time for all HTTP partial (near) hits, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.2.1.8 | ScalarsgProxyHttpTotalFetchTimeMiss | read-only | current | The total fetch time for all HTTP misses, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.2.2 | NodesgProxyHttpResponseFirstByte | |||
| 1.3.6.1.4.1.3417.2.11.3.2.2.1 | ScalarsgProxyHttpFirstByteAll | read-only | current | The average time to first response byte for all HTTP requests, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.2.2.2 | ScalarsgProxyHttpFirstByteHit | read-only | current | The average time to first response byte for all HTTP hits, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.2.2.3 | ScalarsgProxyHttpFirstBytePartialHit | read-only | current | The average time to first response byte for all HTTP partial (near) hits, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.2.2.4 | ScalarsgProxyHttpFirstByteMiss | read-only | current | The average time to first response byte for all HTTP misses, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.2.3 | NodesgProxyHttpResponseByteRate | |||
| 1.3.6.1.4.1.3417.2.11.3.2.3.1 | ScalarsgProxyHttpByteRateAll | read-only | current | The average byte rate for all HTTP responses, in bytes per second. |
| 1.3.6.1.4.1.3417.2.11.3.2.3.2 | ScalarsgProxyHttpByteRateHit | read-only | current | The average byte rate for all HTTP hits, in bytes per second. |
| 1.3.6.1.4.1.3417.2.11.3.2.3.3 | ScalarsgProxyHttpByteRatePartialHit | read-only | current | The average byte rate for all HTTP partial hits, in bytes per second. |
| 1.3.6.1.4.1.3417.2.11.3.2.3.4 | ScalarsgProxyHttpByteRateMiss | read-only | current | The average byte rate for all HTTP misses, in bytes per second. |
| 1.3.6.1.4.1.3417.2.11.3.2.4 | NodesgProxyHttpResponseSize | |||
| 1.3.6.1.4.1.3417.2.11.3.2.4.1 | ScalarsgProxyHttpResponseSizeAll | read-only | current | The average response size for all HTTP responses, in bytes. |
| 1.3.6.1.4.1.3417.2.11.3.2.4.2 | ScalarsgProxyHttpResponseSizeHit | read-only | current | The average response size for all HTTP hits, in bytes. |
| 1.3.6.1.4.1.3417.2.11.3.2.4.3 | ScalarsgProxyHttpResponseSizePartialHit | read-only | current | The average response size for all HTTP partial hits, in bytes. |
| 1.3.6.1.4.1.3417.2.11.3.2.4.4 | ScalarsgProxyHttpResponseSizeMiss | read-only | current | The average response size for all HTTP misses, in bytes. |
| 1.3.6.1.4.1.3417.2.11.3.3 | NodesgProxyHttpMedian | |||
| 1.3.6.1.4.1.3417.2.11.3.3.1 | TablesgProxyHttpMedianServiceTable | not-accessible | current | Table of median HTTP service times. |
| 1.3.6.1.4.1.3417.2.11.3.3.1.1 | RowsgProxyHttpMedianServiceEntry | not-accessible | current | Table entry for median HTTP service times. |
| 1.3.6.1.4.1.3417.2.11.3.3.1.1.1 | ColumnsgProxyHttpMedianServiceTime | not-accessible | current | The median time used to index the table sgProxyHttpMedianServiceTable. This release supports one, five, and sixty minutes. |
| 1.3.6.1.4.1.3417.2.11.3.3.1.1.2 | ColumnsgProxyHttpMedianServiceTimeAll | read-only | current | The median service time for all HTTP requests, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.3.1.1.3 | ColumnsgProxyHttpMedianServiceTimeHit | read-only | current | The median service time for all HTTP hits, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.3.1.1.4 | ColumnsgProxyHttpMedianServiceTimePartialHit | read-only | current | The median service time for all HTTP partial (near) hits, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.3.1.1.5 | ColumnsgProxyHttpMedianServiceTimeMiss | read-only | current | The median service time for all HTTP misses, in milliseconds. |
| 1.3.6.1.4.1.3417.2.11.3.3.1.1.6 | ColumnsgProxyDnsMedianServiceTime | read-only | current | The median DNS service time, in milliseconds. |