PROXY-MIB

File: PROXY-MIB.mib (7656 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

experimental Unsigned32 TimeTicks
Gauge32 Counter32 MODULE-IDENTITY
OBJECT-TYPE Integer32 DisplayString

Defined Types

ProxyMedianSvcEntry  
SEQUENCE    
  proxyMedianTime Integer32
  proxyHTTPAllSvcTime Integer32
  proxyHTTPMissSvcTime Integer32
  proxyHTTPHitSvcTime Integer32
  proxyHTTPNhSvcTime Integer32
  proxyDnsSvcTime Integer32

Defined Values

nsfnet 1.3.6.1.3.25
OBJECT IDENTIFIER    

proxy 1.3.6.1.3.25.17
Proxy MIB defined for the generic management of proxy devices. See http://www.ircache.net/Cache/cache-snmp/.
MODULE-IDENTITY    

proxySystem 1.3.6.1.3.25.17.1
OBJECT IDENTIFIER    

proxyConfig 1.3.6.1.3.25.17.2
OBJECT IDENTIFIER    

proxyPerf 1.3.6.1.3.25.17.3
OBJECT IDENTIFIER    

proxyMemUsage 1.3.6.1.3.25.17.1.1
The memory in use by the proxy independant of the support processes on the system running the proxy
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

proxyStorage 1.3.6.1.3.25.17.1.2
The quantity of storage in use by the proxy in KB. This value can be zero if there is no caching occuring.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

proxyCpuUsage 1.3.6.1.3.25.17.1.3
The amount of CPU consumed over the life of the process in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

proxyUpTime 1.3.6.1.3.25.17.1.4
The amount of time the proxy has been running, in TimeTicks.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

proxyAdmin 1.3.6.1.3.25.17.2.1
The contact responsible for the administration of the proxy. Usually a name and email address.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

proxySoftware 1.3.6.1.3.25.17.2.2
Name of the proxy sofware.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

proxyVersion 1.3.6.1.3.25.17.2.3
Version of the proxy software.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

proxySysPerf 1.3.6.1.3.25.17.3.1
OBJECT IDENTIFIER    

proxyProtoPerf 1.3.6.1.3.25.17.3.2
OBJECT IDENTIFIER    

proxyCpuLoad 1.3.6.1.3.25.17.3.1.1
The current percentage of the CPU being consumed by the proxy proccess at this time.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

proxyNumObjects 1.3.6.1.3.25.17.3.1.2
The number of objects currently held by the proxy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

proxyProtoClient 1.3.6.1.3.25.17.3.2.1
OBJECT IDENTIFIER    

proxyProtoServer 1.3.6.1.3.25.17.3.2.2
OBJECT IDENTIFIER    

proxyClientHttpRequests 1.3.6.1.3.25.17.3.2.1.1
The number of HTTP requests recieved from clients.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

proxyClientHttpHits 1.3.6.1.3.25.17.3.2.1.2
The number of HTTP hits that the proxy clients have produced.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

proxyClientHttpErrors 1.3.6.1.3.25.17.3.2.1.3
The number of HTTP errors caused by client connections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

proxyClientHttpInKbs 1.3.6.1.3.25.17.3.2.1.4
The number of kilobits recieved from the clients by the proxy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

proxyClientHttpOutKbs 1.3.6.1.3.25.17.3.2.1.5
The number of kilobits delivered to clients from the proxy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

proxyServerHttpRequests 1.3.6.1.3.25.17.3.2.2.1
The number of HTTP requests that the proxy has issued.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

proxyServerHttpErrors 1.3.6.1.3.25.17.3.2.2.2
The number of HTTP errors while fetching objects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

proxyServerHttpInKbs 1.3.6.1.3.25.17.3.2.2.3
The number of Kbs recieved by the proxy from remote servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

proxyServerHttpOutKbs 1.3.6.1.3.25.17.3.2.2.4
The number of kbs transmitted by the proxy to remote servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

proxyMedianSvcTable 1.3.6.1.3.25.17.3.3
The table of median statistics serviced by the proxy indexed by the median time.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProxyMedianSvcEntry

proxyMedianSvcEntry 1.3.6.1.3.25.17.3.3.1
An entry in the proxyMedianSvcTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ProxyMedianSvcEntry  

proxyMedianTime 1.3.6.1.3.25.17.3.3.1.1
The median time used to index the table proxyMedianSvcTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

proxyHTTPAllSvcTime 1.3.6.1.3.25.17.3.3.1.2
The service time for all HTTP requests.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

proxyHTTPMissSvcTime 1.3.6.1.3.25.17.3.3.1.3
The service time for all HTTP misses.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

proxyHTTPHitSvcTime 1.3.6.1.3.25.17.3.3.1.4
The service time for all HTTP hits.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

proxyHTTPNhSvcTime 1.3.6.1.3.25.17.3.3.1.5
The service time for all HTTP near hits.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

proxyDnsSvcTime 1.3.6.1.3.25.17.3.3.1.6
The DNS service time.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32