[hobbit] Monitoring memory on AIX
Stef Coene
stef.coene at docum.org
Sat Mar 3 12:53:56 CET 2007
On Thursday 01 March 2007 16:16, Stef Coene wrote:
> Henrik (and others), any comments on this post ?
Since no one wants to respond, I will do it myself ;)
> > I changed hobbitgraph.cfg so it created to extra graphs: one for Access
> > Virtual Memory and one for the free list. See
> > http://www.docum.org/twiki/bin/view/Hobbit/AixTips
> > Henrik, can you add these graph definitions ?
Henrik, can you add these to hobbitgraph.cfg:
[vmstat-avm]
TITLE Memory Accessed Virtual Memory
YAXIS Size kB
-b 1024
DEF:avm=vmstat.rrd:mem_avm:AVERAGE
CDEF:sw=avm,4048,*
LINE2:sw#00CC00:
GPRINT:sw:LAST:Accessed Virtual Memory \: %5.1lf%s (cur)
GPRINT:sw:MAX: \: %5.1lf%s (max)
GPRINT:sw:MIN: \: %5.1lf%s (min)
GPRINT:sw:AVERAGE: \: %5.1lf%s (avg)\n
[vmstat-free-list]
TITLE Memory free list
YAXIS pages kB
-b 1024
DEF:free=vmstat.rrd:mem_free:AVERAGE
CDEF:fr=free,4048,*
LINE2:fr#00CC00
GPRINT:fr:LAST:Size of the free list \: %5.1lf%s (cur)
GPRINT:fr:MAX: \: %5.1lf%s (max)
GPRINT:fr:MIN: \: %5.1lf%s (min)
GPRINT:fr:AVERAGE: \: %5.1lf%s (avg)\n
Stef
More information about the Xymon
mailing list