Re: svn commit: r214489 - head/usr.sbin/bsnmpd/modules/snmp_hostres

2010-10-29 Thread Peter Jeremy
On 2010-Oct-28 20:18:26 +, Ulrich Spoerlein wrote: > Fix CPU load reporting independent of scheduler used. That's good. > I'm unsure if some MIB standard states this must be the load average > for, eg. 300s, it looks like net-snmp isn't even bothering to implement > the CPU load reportin

svn commit: r214489 - head/usr.sbin/bsnmpd/modules/snmp_hostres

2010-10-28 Thread Ulrich Spoerlein
Author: uqs Date: Thu Oct 28 20:18:26 2010 New Revision: 214489 URL: http://svn.freebsd.org/changeset/base/214489 Log: Fix CPU load reporting independent of scheduler used. - Sample CPU usage data from kern.cp_times, this makes for a far more accurate and scheduler independent algorithm