Hi,
Application manager always report that linux servers are using up to 99% of memory while actually most of this is used for cache , it should be only around 4%
free -b
total used free shared buffers cached
Mem: 8394850304 8362881024 31969280 0 324513792 7671844864
-/+ buffers/cache: 366522368 8028327936
Swap: 9154650112 0 9154650112
snmpwalk -cpublic -v 1 csuc42 memory
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 8940088
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 8940088
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 8198096
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 31780
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 8971868
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000
UCD-SNMP-MIB::memShared.0 = INTEGER: 0
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 316908
UCD-SNMP-MIB::memCached.0 = INTEGER: 7492040
UCD-SNMP-MIB::memSwapError.0 = INTEGER: 0
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Is there anyway to report only memory used by application excluding cached memory?
The application manager is version 8.
Thanks in Advance