Click to See Complete Forum and Search --> : Kernal Memory
imchaser
April 26th, 2002, 03:04 PM
During a discussion about CPfw1 is was suggest that a simple way of determining what kind of load is on a particular proxy server would be to monitor the kernal memory. I was told to use the 'netstat -k' command, this give plenty of information but I don't have any idea on how to read it. Would anyone have documentation on what can be read from this results of this command? Or does anyone have another suggestion on how one would keep an eye on the resourses being used on a Sun Ultra10 Solaris 2.7?
BrainStop
April 26th, 2002, 03:35 PM
It looks like -k is a Sun only undocumented option.
This page has some information about packages that use the kstat data, maybe it can help you figure out some of the information:
http://www.sunperf.com/perfmontools.html (http://www.sunperf.com/perfmontools.html)
It also discusses other performance monitoring tools for Sun.
Cheers,
BrainStop
souleman
April 26th, 2002, 03:44 PM
http://www.enteract.com/~robt/Docs/Howto/Sun/netstat-k-stats.txt
gotta love google.
imchaser
April 26th, 2002, 05:33 PM
The uses of these two docs should clear up a great number of questions, Thanks guys :)