John Davey wrote:
>
> When monitoring squid with SNMP & cachemgr I am continually showing more
> bytes in than out..
> Are the counters swapped, do I have a byte eating cache or am I reading the
> counters wrong?
You are reading the wrong counters.
cacheServer* is statistics about server connections
cacheHttp* is statistics about connections to the http_port (i.e. client
HTTP connections)
-- Henrik Nordstrom Squid hacker For byte hit rate cacheServerInKb and cacheHttpOutKb > ------------- > squid-mib-06.txt > enterprises.nlanr.squid.cacheConfig.cacheVersionId.0 = "2.3.STABLE4" > > enterprises > .nlanr > .squid > .cachePerf > .cacheProtoStats > .cacheProtoAggregateStats > .cacheServerInKb.0 = 268285 > > enterprises > .nlanr > .squid.cachePerf > .cacheProtoStats > .cacheProtoAggregateStats > .cacheServerOutKb.0 = 24094 > --------------------------------------- > client_http.requests = 75954 > client_http.hits = 37569 > client_http.errors = 0 > client_http.kbytes_in = 36760 > client_http.kbytes_out = 344691 > client_http.hit_kbytes_out = 77965 > server.all.requests = 40839 > server.all.errors = 0 > server.all.kbytes_in = 268285 > server.all.kbytes_out = 24094 > server.http.requests = 39748 > server.http.errors = 0 > server.http.kbytes_in = 262301 > server.http.kbytes_out = 23361 > server.ftp.requests = 8 > server.ftp.errors = 0 > server.ftp.kbytes_in = 1673 > server.ftp.kbytes_out = 1 > server.other.requests = 1083 > server.other.errors = 0 > server.other.kbytes_in = 4310 > server.other.kbytes_out = 731 > > Regards John Davey > > -- > To unsubscribe, see http://www.squid-cache.org/mailing-lists.html -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Thu Feb 22 2001 - 23:47:42 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:09 MST