[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Monitoring memory on AIX
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Monitoring memory on AIX
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Sat, 3 Mar 2007 12:53:56 +0100
- References: <200702281149.34170.stef.coene@docum.org> <200703011616.36919.stef.coene@docum.org>
- User-agent: KMail/1.9.5
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