01.09.2003

Win2k snmp processor load

Posted in Uncategorized at 13:29 by nlawren

Thanks to myrddin of myrddin.org, he worked out a method of pulling cpu stats from a win2k boxen using some awk goodness:

`snmpwalk -v1 -c public machine hrProcessorLoad | awk ‘{print $4}’ ; echo 0; echo 0`

I need to consolidate this sort of information onto a seperate page(s) I think.

Ah well, time to play later.

Comments are closed.