Scott Prater wrote:
>
> Okay, I think I've tracked down the problem. Source code referred to
> below is from Squid-2.3-STABLE2.
>
> In the Squid MIB, version 6, there is the following variable defined
> just before cacheMemUsage, in the performance group:
>
> cacheSysDefReads OBJECT-TYPE
> SYNTAX Counter32
> MAX-ACCESS not-accessible
> STATUS current
> DESCRIPTION
> " see cachemgr "
> ::= { cacheSysPerf 3 }
Where have you found this MIB definition? It seems to be a
Squid-2.2.STABLE3 or earlier MIB. The correct Squid MIB version for
Squid-2.3.STABLE2 is 1.24 (from RCS $Id$ field), and there
cacheSysPerf.3 is defined as:
cacheMemUsage OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
" Total memory accounted for KB"
::= { cacheSysPerf 3 }
The correct MIB definition is always including with the corresponding
Squid source package, and installed in <prefix>/etc/mib.txt (i.e.
/usr/local/squid/etc/mib.txt if the default prefix is used).
The MIB definition for Squid has not fully stabilized yet and are
subject to change. You should always make sure to use the MIB definition
from the exact Squid version you are running.
-- Henrik Nordstrom Squid hackerReceived on Fri Apr 07 2000 - 07:29:58 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:22:11 MST