CACHE-SERVER-MIB

File: CACHE-SERVER-MIB.mib (18105 bytes)

Imported modules

SNMPv2-SMI RFC-1212 RFC1155-SMI
SNMPv2-TC

Imported symbols

Counter32 Integer32 Gauge32
IpAddress OBJECT-TYPE enterprises
DisplayString

Defined Types

IbmcacheserverPartitionEntry  
SEQUENCE    
  ibmcacheserverPartitionIndex Integer32
  ibmcacheserverPartitionCacheControl INTEGER
  ibmcacheserverPartitionCacheTransparent INTEGER
  ibmcacheserverPartitionUseHTTPCacheHdrs INTEGER
  ibmcacheserverPartitionCacheDynamic INTEGER
  ibmcacheserverPartitionCacheDynamicURL DisplayString
  ibmcacheserverPartitionCacheImage INTEGER
  ibmcacheserverPartitionCacheStatic INTEGER
  ibmcacheserverPartitionMaxSize Integer32
  ibmcacheserverPartitionMaxObjects Integer32
  ibmcacheserverPartitionMaxObjectSize Integer32
  ibmcacheserverPartitionDynamicDefaultLifetime Integer32
  ibmcacheserverPartitionImageDefaultLifetime Integer32
  ibmcacheserverPartitionStaticDefaultLifetime Integer32
  ibmcacheserverPartitionCachePurgeInterval Integer32
  ibmcacheserverPartitionNumBytesCurrent Gauge32
  ibmcacheserverPartitionNumBytesHiWater Gauge32
  ibmcacheserverPartitionNumObjectsCurrent Gauge32
  ibmcacheserverPartitionNumObjectsHiWater Gauge32
  ibmcacheserverPartitionHitTotal Counter32
  ibmcacheserverPartitionMissTotal Counter32
  ibmcacheserverPartitionAddInclude Counter32
  ibmcacheserverPartitionNotAddCacheOff Counter32
  ibmcacheserverPartitionNotAddTooLarge Counter32
  ibmcacheserverPartitionNotAddHTTPHdr Counter32
  ibmcacheserverPartitionNotAddExclude Counter32
  ibmcacheserverPartitionNotAddExpire Counter32
  ibmcacheserverPartitionNotAddImage Counter32
  ibmcacheserverPartitionNotAddStatic Counter32
  ibmcacheserverPartitionNotAddDynamic Counter32
  ibmcacheserverPartitionPurgeCacheFull Counter32
  ibmcacheserverPartitionPurgeItemStale Counter32
  ibmcacheserverPartitionPurgeItemExplicit Counter32

IbmcacheserverURLEntry  
SEQUENCE    
  ibmcacheserverURLIndex Integer32
  ibmcacheserverURLContent INTEGER
  ibmcacheserverURLMask DisplayString

IbmcacheserverProxyEntry  
SEQUENCE    
  ibmcacheserverProxyClusterAddr IpAddress
  ibmcacheserverProxyPort Integer32
  ibmcacheserverProxyPartition Integer32
  ibmcacheserverProxyClientCount Gauge32
  ibmcacheserverProxyServerCount Gauge32
  ibmcacheserverProxyClientMaxCount Gauge32
  ibmcacheserverProxyServerMaxCount Gauge32
  ibmcacheserverProxyCacheHits Counter32
  ibmcacheserverProxyCacheMissMethod Counter32
  ibmcacheserverProxyCacheMissStorage Counter32
  ibmcacheserverProxyCacheMissNotInCache Counter32
  ibmcacheserverProxyCacheMissHeaders Counter32

Defined Values

ibmCacheServer 1.3.6.1.4.1.2.6.119.4.8
OBJECT IDENTIFIER    

ibmcacheserverCore 1.3.6.1.4.1.2.6.119.4.8.1
OBJECT IDENTIFIER    

ibmcacheserverPartition 1.3.6.1.4.1.2.6.119.4.8.2
OBJECT IDENTIFIER    

ibmcacheserverURL 1.3.6.1.4.1.2.6.119.4.8.3
OBJECT IDENTIFIER    

ibmcacheserverProxy 1.3.6.1.4.1.2.6.119.4.8.4
OBJECT IDENTIFIER    

ibmcacheserverCoreActivePartitions 1.3.6.1.4.1.2.6.119.4.8.1.1
Number of active partitions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32  

ibmcacheserverCoreECCPort 1.3.6.1.4.1.2.6.119.4.8.1.2
The ECC port number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

ibmcacheserverPartitionTable 1.3.6.1.4.1.2.6.119.4.8.2.1
Table of information pertaining to an individual partition.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmcacheserverPartitionEntry

ibmcacheserverPartitionEntry 1.3.6.1.4.1.2.6.119.4.8.2.1.1
An entry containing objects for a particular partition.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmcacheserverPartitionEntry  

ibmcacheserverPartitionIndex 1.3.6.1.4.1.2.6.119.4.8.2.1.1.1
A unique value for each partition.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Integer32  

ibmcacheserverPartitionCacheControl 1.3.6.1.4.1.2.6.119.4.8.2.1.1.2
Global cache control.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ibmcacheserverPartitionCacheTransparent 1.3.6.1.4.1.2.6.119.4.8.2.1.1.3
Transparent cache control.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ibmcacheserverPartitionUseHTTPCacheHdrs 1.3.6.1.4.1.2.6.119.4.8.2.1.1.4
Use HTTP cache control directive
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ibmcacheserverPartitionCacheDynamic 1.3.6.1.4.1.2.6.119.4.8.2.1.1.5
Cache dynamic items (e.g. - /cgi-bin/) control
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ibmcacheserverPartitionCacheDynamicURL 1.3.6.1.4.1.2.6.119.4.8.2.1.1.6
Cache dynamic items URL
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

ibmcacheserverPartitionCacheImage 1.3.6.1.4.1.2.6.119.4.8.2.1.1.7
Cache image items (.gif, .jpg) control
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ibmcacheserverPartitionCacheStatic 1.3.6.1.4.1.2.6.119.4.8.2.1.1.8
Cache static items control
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ibmcacheserverPartitionMaxSize 1.3.6.1.4.1.2.6.119.4.8.2.1.1.9
Maximum partition size in MegaBytes
Status: mandatory Access: read-only
OBJECT-TYPE    
  Integer32  

ibmcacheserverPartitionMaxObjects 1.3.6.1.4.1.2.6.119.4.8.2.1.1.10
Max number of objects in partition
Status: mandatory Access: read-only
OBJECT-TYPE    
  Integer32  

ibmcacheserverPartitionMaxObjectSize 1.3.6.1.4.1.2.6.119.4.8.2.1.1.11
Max size of object allowed in partition
Status: mandatory Access: read-only
OBJECT-TYPE    
  Integer32  

ibmcacheserverPartitionDynamicDefaultLifetime 1.3.6.1.4.1.2.6.119.4.8.2.1.1.12
Default lifetime for dynamic items
Status: mandatory Access: read-only
OBJECT-TYPE    
  Integer32  

ibmcacheserverPartitionImageDefaultLifetime 1.3.6.1.4.1.2.6.119.4.8.2.1.1.13
Default lifetime for image items
Status: mandatory Access: read-only
OBJECT-TYPE    
  Integer32  

ibmcacheserverPartitionStaticDefaultLifetime 1.3.6.1.4.1.2.6.119.4.8.2.1.1.14
Default lifetime for static items
Status: mandatory Access: read-only
OBJECT-TYPE    
  Integer32  

ibmcacheserverPartitionCachePurgeInterval 1.3.6.1.4.1.2.6.119.4.8.2.1.1.15
Time between garbage collection
Status: mandatory Access: read-only
OBJECT-TYPE    
  Integer32  

ibmcacheserverPartitionNumBytesCurrent 1.3.6.1.4.1.2.6.119.4.8.2.1.1.16
Current number of bytes in partition
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32  

ibmcacheserverPartitionNumBytesHiWater 1.3.6.1.4.1.2.6.119.4.8.2.1.1.17
High water mark for number of bytes in partition
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32  

ibmcacheserverPartitionNumObjectsCurrent 1.3.6.1.4.1.2.6.119.4.8.2.1.1.18
Current number of objects in partition
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32  

ibmcacheserverPartitionNumObjectsHiWater 1.3.6.1.4.1.2.6.119.4.8.2.1.1.19
High water mark for number of objects in partition
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32  

ibmcacheserverPartitionHitTotal 1.3.6.1.4.1.2.6.119.4.8.2.1.1.20
Total number of cache retrieval attempts in which item found in cache
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionMissTotal 1.3.6.1.4.1.2.6.119.4.8.2.1.1.21
Total number of cache retrieval attempts in which item not found in cache
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionAddInclude 1.3.6.1.4.1.2.6.119.4.8.2.1.1.22
Items added explicitly via INCLUDE
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionNotAddCacheOff 1.3.6.1.4.1.2.6.119.4.8.2.1.1.23
Items not added to partition due to caching turned off
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionNotAddTooLarge 1.3.6.1.4.1.2.6.119.4.8.2.1.1.24
Items not added to partition due to item larger than max allowed
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionNotAddHTTPHdr 1.3.6.1.4.1.2.6.119.4.8.2.1.1.25
Items not added to partition due to HTTP header specifying DO NOT CACHE
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionNotAddExclude 1.3.6.1.4.1.2.6.119.4.8.2.1.1.26
Items not added to partition due to item URL explicitly excluded
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionNotAddExpire 1.3.6.1.4.1.2.6.119.4.8.2.1.1.27
Items not added to partition due to item already expired
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionNotAddImage 1.3.6.1.4.1.2.6.119.4.8.2.1.1.28
Items not added to partition due to image items explicitly not cached
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionNotAddStatic 1.3.6.1.4.1.2.6.119.4.8.2.1.1.29
Items not added to partition due to static items explicitly not cached
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionNotAddDynamic 1.3.6.1.4.1.2.6.119.4.8.2.1.1.30
Items not added to partition due to dynamic items explicitly not cached
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionPurgeCacheFull 1.3.6.1.4.1.2.6.119.4.8.2.1.1.31
Items deleted from partition due to cache full
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionPurgeItemStale 1.3.6.1.4.1.2.6.119.4.8.2.1.1.32
Items deleted from partition due to item stale since expire time reached
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverPartitionPurgeItemExplicit 1.3.6.1.4.1.2.6.119.4.8.2.1.1.33
Items deleted from partition due to request for deletion
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverURLTable 1.3.6.1.4.1.2.6.119.4.8.3.1
Table of information pertaining to cache policies (URLs)
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmcacheserverURLEntry

ibmcacheserverURLEntry 1.3.6.1.4.1.2.6.119.4.8.3.1.1
An entry containing objects for a particular cache policy (URLs)
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmcacheserverURLEntry  

ibmcacheserverURLIndex 1.3.6.1.4.1.2.6.119.4.8.3.1.1.1
A unique value for each URL related to a particular partition. In this implementation, this index is a data structure pointer and therefore, may appear a bit odd looking. However, it is a valid, unique index value.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Integer32  

ibmcacheserverURLContent 1.3.6.1.4.1.2.6.119.4.8.3.1.1.2
Indication of whether URL is to be cached or excluded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER include(1), exclude(2)  

ibmcacheserverURLMask 1.3.6.1.4.1.2.6.119.4.8.3.1.1.3
URL string for this policy
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

ibmcacheserverProxyTable 1.3.6.1.4.1.2.6.119.4.8.4.1
Table of information pertaining to HTTP proxy support
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IbmcacheserverProxyEntry

ibmcacheserverProxyEntry 1.3.6.1.4.1.2.6.119.4.8.4.1.1
An entry containing objects for a particular HTTP proxy socket
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IbmcacheserverProxyEntry  

ibmcacheserverProxyClusterAddr 1.3.6.1.4.1.2.6.119.4.8.4.1.1.1
Cluster IP address
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpAddress  

ibmcacheserverProxyPort 1.3.6.1.4.1.2.6.119.4.8.4.1.1.2
Cluster IP port number
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

ibmcacheserverProxyPartition 1.3.6.1.4.1.2.6.119.4.8.4.1.1.3
The partition identifier that this HTTP proxy is related to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Integer32  

ibmcacheserverProxyClientCount 1.3.6.1.4.1.2.6.119.4.8.4.1.1.4
Current number of TCP connections to clients
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32  

ibmcacheserverProxyServerCount 1.3.6.1.4.1.2.6.119.4.8.4.1.1.5
Current number of TCP connections to servers
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32  

ibmcacheserverProxyClientMaxCount 1.3.6.1.4.1.2.6.119.4.8.4.1.1.6
Highwater max number of TCP connections to clients
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32  

ibmcacheserverProxyServerMaxCount 1.3.6.1.4.1.2.6.119.4.8.4.1.1.7
Highwater max number of TCP connections to servers
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32  

ibmcacheserverProxyCacheHits 1.3.6.1.4.1.2.6.119.4.8.4.1.1.8
Number of cache hits for this proxy
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverProxyCacheMissMethod 1.3.6.1.4.1.2.6.119.4.8.4.1.1.9
Cache miss for this proxy due to method not being GET or HEAD.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverProxyCacheMissStorage 1.3.6.1.4.1.2.6.119.4.8.4.1.1.10
Cache miss for this proxy due to lack of storage to generate a response.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverProxyCacheMissNotInCache 1.3.6.1.4.1.2.6.119.4.8.4.1.1.11
Cache miss for this proxy due to not being in cache.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32  

ibmcacheserverProxyCacheMissHeaders 1.3.6.1.4.1.2.6.119.4.8.4.1.1.12
Cache miss for this proxy due to headers on request cache not being used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter32