Re: SNMP on a multiple cpu system

2007-05-09 Thread Dave Shield
On 09/05/07, chiel <[EMAIL PROTECTED]> wrote: > Are the above MIB for the total of cpu's or only for cpu0? Total. > And how can I monitor the cpu's individual? You can't. See http://sourceforge.net/tracker/index.php?func=detail&aid=1715648&group_id=12694&atid=362694 Dave -

SNMP on a multiple cpu system

2007-05-09 Thread chiel
Hi all, I currently monitoring my cpu with the following: $ssCpuRawUser = .1.3.6.1.4.1.2021.11.50.0 $ssCpuRawNice = .1.3.6.1.4.1.2021.11.51.0 $ssCpuRawSystem= .1.3.6.1.4.1.2021.11.52.0 $ssCpuRawIdle = .1.3.6.1.4.1.2021.11.53.0 $ssCpuRawKernel= .1.3.6.1.4.1.2021.11.55.0 Thi