Hi,
I'm not sure, but I think to graph real memory in use you need to do something like (memTotalReal) - (AvailReal) = memory in use. Take those values that you have down there, and divide them by 1024 for a check of what you have in your system, see if that all matches up. To get an idea of what is "AvailReal" top should do the trick. cya On Sat, 10 Feb 2001, Cody Brugh wrote: > Date: Sat, 10 Feb 2001 13:48:49 -0800 > From: Cody Brugh <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [rrd-users] memory > > > what one of these would I use to graph how much memory I am useing? > > enterprises.ucdavis.memory.memTotalSwap.0 = 131504 > enterprises.ucdavis.memory.memAvailSwap.0 = 131504 > enterprises.ucdavis.memory.memTotalReal.0 = 192872 > enterprises.ucdavis.memory.memAvailReal.0 = 88588 > enterprises.ucdavis.memory.memTotalFree.0 = 220092 > enterprises.ucdavis.memory.memMinimumSwap.0 = 16000 > > thanks, > Cody > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/rrd-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
