Xymon Mailing List Archive search

AIX memory checks

list Henrik Størner
Mon, 01 Aug 2011 22:38:15 +0200
Message-Id: <user-11a83f14ccc2@xymon.invalid>

The vmstat section looks like this:

     [vmstat]

     System configuration: lcpu=16 mem=28672MB ent=0.50
What does the "[realmem]" section look like ? If you look in the xymonclient-aix.sh script, you'll see that it uses these commands:

echo "[realmem]"
lsattr -El sys0 -a realmem
echo "[freemem]"
vmstat 1 2 | tail -1
echo "[swap]"
lsps -s

All of this is in the "client data" linked to from the detailed status page. It would be nice to have an example both when it is green and when it is red.


Regards,
Henrik