home *** CD-ROM | disk | FTP | other *** search
/ moodle.waes.ac.uk / moodle.waes.ac.uk.zip / moodle.waes.ac.uk / TMG / SP1-TMG-KB981324-AMD64-ENU.msp / PCW_CAB_SHFx2 / F4347_cache.mib < prev    next >
Text File  |  2010-06-15  |  5KB  |  172 lines

  1. ProxyCache-MIB DEFINITIONS ::= BEGIN
  2.  
  3.         IMPORTS
  4.                 enterprises,
  5.                 OBJECT-TYPE,
  6.                 Counter
  7.                         FROM RFC1155-SMI
  8.                 internetServer
  9.                         FROM InternetServer-MIB;
  10.  
  11. --      microsoft       OBJECT IDENTIFIER ::= { enterprises 311 }
  12. --      software        OBJECT IDENTIFIER ::= { microsoft 1 }
  13. --      internetServer  OBJECT IDENTIFIER ::= { software 7 }
  14.         proxyServer     OBJECT IDENTIFIER ::= { internetServer 11 }
  15.         cacheStatistics OBJECT IDENTIFIER ::= { proxyServer 2 }
  16.  
  17. -- Proxy Cache Statistics
  18.     UrlsInCache OBJECT-TYPE
  19.         SYNTAX    Integer
  20.         ACCESS    read-only
  21.         STATUS    mandatory
  22.         DESCRIPTION 
  23.             "The current number of URLs stored in the cache."
  24.         ::= { cacheStatistics 1 }
  25.  
  26.     TotalMemoryBytesRetrieved OBJECT-TYPE
  27.         SYNTAX    Counter
  28.         ACCESS    read-only
  29.         STATUS    mandatory
  30.         DESCRIPTION 
  31.             "The cumulative number of kilobytes retrieved from the memory cache."
  32.         ::= { cacheStatistics 2 }
  33.  
  34.     TotalDiskBytesRetrieved OBJECT-TYPE
  35.         SYNTAX    Counter
  36.         ACCESS    read-only
  37.         STATUS    mandatory
  38.         DESCRIPTION 
  39.             "The cumulative number of kilobytes retrieved from the disk cache."
  40.         ::= { cacheStatistics 3 }
  41.  
  42.     TotalBytesStored OBJECT-TYPE
  43.         SYNTAX    Counter
  44.         ACCESS    read-only
  45.         STATUS    mandatory
  46.         DESCRIPTION 
  47.             "The cumulative number of kilobytes stored to cache (both disk and memory)."
  48.         ::= { cacheStatistics 4 }
  49.  
  50.     TotalUrlsCached OBJECT-TYPE
  51.         SYNTAX    Counter
  52.         ACCESS    read-only
  53.         STATUS    mandatory
  54.         DESCRIPTION 
  55.             "The cumulative number of URLs stored in the cache."
  56.         ::= { cacheStatistics 5 }
  57.  
  58.     TotalMemoryUrlsRetrieved OBJECT-TYPE
  59.         SYNTAX    Counter
  60.         ACCESS    read-only
  61.         STATUS    mandatory
  62.         DESCRIPTION 
  63.             "The cumulative number of URLs retrieved from the memory cache."
  64.         ::= { cacheStatistics 6 }
  65.  
  66.     TotalDiskUrlsRetrieved OBJECT-TYPE
  67.         SYNTAX    Counter
  68.         ACCESS    read-only
  69.         STATUS    mandatory
  70.         DESCRIPTION 
  71.             "The cumulative number of URLs retrieved from the disk cache."
  72.         ::= { cacheStatistics 7 }
  73.  
  74.     MaxUrlsCached OBJECT-TYPE
  75.         SYNTAX    Counter
  76.         ACCESS    read-only
  77.         STATUS    mandatory
  78.         DESCRIPTION 
  79.             "The maximum number of URLs stored in the cache simultaneously since the Firewall service was started."
  80.         ::= { cacheStatistics 8 }
  81.  
  82.     TotalDiskFailures OBJECT-TYPE
  83.         SYNTAX    Counter
  84.         ACCESS    read-only
  85.         STATUS    mandatory
  86.         DESCRIPTION 
  87.             "The number of times since the Firewall service started that Forefront TMG failed to read from or write to disk cache, due to an I/O failure."
  88.         ::= { cacheStatistics 9 }
  89.  
  90.     DiskFailuresRate OBJECT-TYPE
  91.         SYNTAX    Counter
  92.         ACCESS    read-only
  93.         STATUS    mandatory
  94.         DESCRIPTION 
  95.             "The number of I/O failures per second since the Firewall service started. An I/O failure occurs when Forefront TMG fails to read from or write to disk cache."
  96.         ::= { cacheStatistics 10 }
  97.  
  98.     MemoryCacheAllocatedSpace OBJECT-TYPE
  99.         SYNTAX    Counter
  100.         ACCESS    read-only
  101.         STATUS    mandatory
  102.         DESCRIPTION 
  103.             "The amount of space used for the memory cache (from the total memory allocated for memory caching)."
  104.         ::= { cacheStatistics 11 }
  105.  
  106.     DiskCacheAllocatedSpaceSum OBJECT-TYPE
  107.         SYNTAX    Counter
  108.         ACCESS    read-only
  109.         STATUS    mandatory
  110.         DESCRIPTION 
  111.             "The amount of space used for the disk cache (from the total disk space allocated for disk caching)."
  112.         ::= { cacheStatistics 12 }
  113.  
  114.     MemoryUsageRatioPercent OBJECT-TYPE
  115.         SYNTAX    Counter
  116.         ACCESS    read-only
  117.         STATUS    mandatory
  118.         DESCRIPTION 
  119.             "The amount of fetches from the memory cache, in proportion to the total fetches from the cache."
  120.         ::= { cacheStatistics 13 }
  121.  
  122.     ContentDiskWritesRate OBJECT-TYPE
  123.         SYNTAX    Counter
  124.         ACCESS    read-only
  125.         STATUS    mandatory
  126.         DESCRIPTION 
  127.             "The number of writes to the disk cache, per second."
  128.         ::= { cacheStatistics 14 }
  129.  
  130.     MemoryRetrieves OBJECT-TYPE
  131.         SYNTAX    Counter
  132.         ACCESS    read-only
  133.         STATUS    mandatory
  134.         DESCRIPTION 
  135.             "The rate at which URLs are retrieved from the memory cache."
  136.         ::= { cacheStatistics 15 }
  137.  
  138.     DiskRetrieves OBJECT-TYPE
  139.         SYNTAX    Counter
  140.         ACCESS    read-only
  141.         STATUS    mandatory
  142.         DESCRIPTION 
  143.             "The rate at which URLs are retrieved from the disk cache."
  144.         ::= { cacheStatistics 16 }
  145.  
  146.     MemoryRetrieveBytes OBJECT-TYPE
  147.         SYNTAX    Counter
  148.         ACCESS    read-only
  149.         STATUS    mandatory
  150.         DESCRIPTION 
  151.             "The rate at which kilobytes of data are retrieved from the memory cache."
  152.         ::= { cacheStatistics 17 }
  153.  
  154.     DiskRetrieveBytes OBJECT-TYPE
  155.         SYNTAX    Counter
  156.         ACCESS    read-only
  157.         STATUS    mandatory
  158.         DESCRIPTION 
  159.             "The rate at which kilobytes of data are retrieved from the disk cache."
  160.         ::= { cacheStatistics 18 }
  161.  
  162.     Commits OBJECT-TYPE
  163.         SYNTAX    Counter
  164.         ACCESS    read-only
  165.         STATUS    mandatory
  166.         DESCRIPTION 
  167.             "The rate at which URLs are stored to the cache."
  168.         ::= { cacheStatistics 19 }
  169.  
  170.  
  171. END
  172.