I use Cacti with FreeBSD 8.0 to monitor available memory among other things. I am using the built-in Cacti templates for
ucd/net - Memory - Buffers
ucd/net - Memory - Cache
ucd/net - Memory - Free
which polls the following SNMP MIBs:
UCD-SNMP-MIB::memShared.0 = INTEGER: 41928 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 113488 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 0 kB
Since upgrading to 8.0-RELEASE I've noticed the memCached always reads zero when polled. I never had this issue under 7.2.
Is this is a bug? "top" still shows a non-zero value for cached so I know it's not exhausted.
Thanks.
ucd/net - Memory - Buffers
ucd/net - Memory - Cache
ucd/net - Memory - Free
which polls the following SNMP MIBs:
UCD-SNMP-MIB::memShared.0 = INTEGER: 41928 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 113488 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 0 kB
Since upgrading to 8.0-RELEASE I've noticed the memCached always reads zero when polled. I never had this issue under 7.2.
Is this is a bug? "top" still shows a non-zero value for cached so I know it's not exhausted.
Thanks.