* Amos Jeffries <squid3_at_treenet.co.nz>:
> This is the complete list of every OID in Squid since 2.0:
> http://wiki.squid-cache.org/Features/Snmp#Squid_OIDs
>
> We have never had any such info by those names. They look more like
> what the OS or malloc would provide about process memory usage.
very odd, since the script is gathering all data via snmpget
oid_table() {
gauge cacheSysVMsize # Amount of cache_mem used
gauge cacheSysStorage # Amount of on-disk cache used
gauge cacheNumObjCount # Number of objects
gauge cacheMemUsage # Total memory accounted for KB
counter cacheCpuTime # Amount of cpu seconds consumed
gauge cacheCurrentFileDescrCnt # Number of filedescriptors in use
gauge cacheCurrentFileDescrMax # Highest filedescriptor in use
gauge VmSize proc # Process size
gauge VmRSS proc # Process RSS
gauge VmData proc # Process data segment size
Oh, I'm seeing the difference now: the additional "proc". DAMN!
> Which makes sense since Squid cannot account for its own memory usage
> completely.
Yup. *goes stand in the corner*
-- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.deReceived on Thu Sep 09 2010 - 13:35:33 MDT
This archive was generated by hypermail 2.2.0 : Thu Sep 09 2010 - 12:00:02 MDT