On 03/07/07, Bruce Shaw <[EMAIL PROTECTED]> wrote:
> I have a multiprocessor sparc v440 and I'm trying to monitor cpu usage.
> The mibs are showing ticks, but I don't see any for % or usage.

No - the rawCpu* objects are counters, so you need to take the deltas
between successive readings.   The meaning of the "cooked" objects
was somewhat erratic in earlier releases.  With 5.4 and above, these
now provide a 1-minute average.

> Is there a mib for each cpu just to see the % usage.

The UCD CPU stats are overall figures (not per-CPU).

With 5.4 and above, the hrProcessorLoad object is now
active, so should give you per-CPU information.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to