Pulling measurements of system memory?

David Thakur thakur.d at gmail.com
Wed Jun 30 19:23:59 PDT 2004


Take a look at rrdtool: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
It does graphs of system statistics. If you need to get just the variables,
check the shell scripts from this package http://www.ag0ny.com/graphs/
I use this on FreeBSD to generate graphs for my server.

Regards,
David

On Wed, 30 Jun 2004 07:49:32 -0500, Danny Howard <djh at servercentral.net> wrote:
> What's the easiest command to read to get good information on memory
> usage?  I played with "/sbin/sysctl -n hw.physmem hw.usermem vm.kvm_size
> vm.kvm_free" yesterday but I have the feeling that these are not the
> numbers I think they are, because they add up wrong.
> 
> There's some pretty good stuff at the top of top, but I'd be happier
> with output in raw numbers of bytes, to feed to my graphing program.
> This would also save the trouble of reinterpreting M into * 1024^2.
> 
> Thanks in advance for any tips.
> 
> Sincerely,
> -danny
> 
> --
> Danny Howard                                    djh at servercentral.net
> Technical Support Manager                          (312)829-1111 x235
> Server Central Network                   http://www.servercentral.net
> 
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list