ProxyCache-MIB: View SNMP OID List / Download MIB
VENDOR: MICROSOFT
Home | MIB: ProxyCache-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
proxyServer | 1.3.6.1.4.1.311.1.7.11 | |||
cacheStatistics | 1.3.6.1.4.1.311.1.7.11.2 | |||
urlsInCache | 1.3.6.1.4.1.311.1.7.11.2.1 | integer | read-only |
The current number of URLs in the cache. |
totalMemoryBytesRetrieved | 1.3.6.1.4.1.311.1.7.11.2.2 | counter | read-only |
The cumulative number of bytes that have been retrieved from the memory cache. |
totalDiskBytesRetrieved | 1.3.6.1.4.1.311.1.7.11.2.3 | counter | read-only |
The cumulative number of bytes that have been retrieved from the disk cache. |
totalUrlsCached | 1.3.6.1.4.1.311.1.7.11.2.4 | counter | read-only |
The cumulative number of URLs that have been stored in the cache. |
totalMemoryUrlsRetrieved | 1.3.6.1.4.1.311.1.7.11.2.5 | counter | read-only |
The cumulative number of URLs that have been retrieved from the memory cache. |
totalDiskUrlsRetrieved | 1.3.6.1.4.1.311.1.7.11.2.6 | counter | read-only |
The cumulative number of URLs that have been retrieved from the disk cache. |
maxUrlsCached | 1.3.6.1.4.1.311.1.7.11.2.7 | counter | read-only |
The maximum number of URLs that have been stored in the cache. |
totalActiveRefreshes | 1.3.6.1.4.1.311.1.7.11.2.8 | counter | read-only |
The cumulative number of popular URLs in the cache that have been actively refreshed from the Internet. |
totalActiveRefreshBytes | 1.3.6.1.4.1.311.1.7.11.2.9 | counter | read-only |
The total bytes retrieved from the Internet to actively refresh popular URLs in the cache. |
totalDiskFailures | 1.3.6.1.4.1.311.1.7.11.2.10 | counter | read-only |
The number of times that ISA Server failed to read from or write to disk cache, due to an I/O failure, since the Web Proxy service started. |
diskFailuresRate | 1.3.6.1.4.1.311.1.7.11.2.11 | counter | read-only |
The number of I/O failures per second. An I/O failure occurs when ISA Server fails to read from or write to disk cache. |
memoryCacheAllocatedSpace | 1.3.6.1.4.1.311.1.7.11.2.12 | counter | read-only |
The amount of space being used for the memory cache, from the memory allocated for memory caching. |
diskCacheAllocatedSpaceSum | 1.3.6.1.4.1.311.1.7.11.2.13 | counter | read-only |
The amount of space being used for the disk cache, from the disk space allocated for disk caching. |
memoryUsageRatioPercent | 1.3.6.1.4.1.311.1.7.11.2.14 | counter | read-only |
The amount of memory cache fetches, in proportion to total cache fetches. |
contentDiskWritesRate | 1.3.6.1.4.1.311.1.7.11.2.15 | counter | read-only |
The amount of writes of content to the disk cache, per second. |
memoryRetrieves | 1.3.6.1.4.1.311.1.7.11.2.16 | counter | read-only |
The rate at which URLs are retrieved from the memory cache. |
diskRetrieves | 1.3.6.1.4.1.311.1.7.11.2.17 | counter | read-only |
The rate at which URLs are retrieved from the disk cache. |
memoryRetrieveBytes | 1.3.6.1.4.1.311.1.7.11.2.18 | counter | read-only |
The rate at which bytes of data are retrieved from the memory cache. |
diskRetrieveBytes | 1.3.6.1.4.1.311.1.7.11.2.19 | counter | read-only |
The rate at which bytes of data are retrieved from the disk cache. |
commits | 1.3.6.1.4.1.311.1.7.11.2.20 | counter | read-only |
The rate at which URLs are committed to the cache. |
activeRefreshes | 1.3.6.1.4.1.311.1.7.11.2.21 | counter | read-only |
The rate at which popular URLs in the cache are actively refreshed from the Internet. |
activeRefreshBytes | 1.3.6.1.4.1.311.1.7.11.2.22 | counter | read-only |
The rate at which bytes of data are retrieved from the Internet to actively refresh popular URLs in the cache. |