CPU Utilization on Cisco routers that have multiple CPUs

Noah Leaman noah at mac.com
Fri Oct 24 07:42:38 CEST 2003


Anyone have any elegant and scalable method of monitoring CPU 
utilization on Cisco routers that have multiple CPUs? I know I can 
specify more than one OID with check_snmp, but I would need to know the 
exact OID for each CPU like this: cpmCPUTotal5minRev.1, 
cpmCPUTotal5minRev.2

But as you can see below, the OID is variable and the total number of 
CPUs/OIDs will range for each router.

$ snmpwalk -m ALL -c readstring router1.domain.com cpmCPUTotal5minRev
CISCO-PROCESS-MIB::cpmCPUTotal5minRev.1 = Gauge32: 1 percent
CISCO-PROCESS-MIB::cpmCPUTotal5minRev.2 = Gauge32: 1 percent
CISCO-PROCESS-MIB::cpmCPUTotal5minRev.3 = Gauge32: 0 percent
CISCO-PROCESS-MIB::cpmCPUTotal5minRev.4 = Gauge32: 5 percent

$ snmpwalk -m ALL -c readstring router2.domain.com cpmCPUTotal5minRev
CISCO-PROCESS-MIB::cpmCPUTotal5minRev.1 = Gauge32: 1 percent
CISCO-PROCESS-MIB::cpmCPUTotal5minRev.3 = Gauge32: 4 percent
CISCO-PROCESS-MIB::cpmCPUTotal5minRev.8 = Gauge32: 16 percent
CISCO-PROCESS-MIB::cpmCPUTotal5minRev.9 = Gauge32: 0 percent
CISCO-PROCESS-MIB::cpmCPUTotal5minRev.10 = Gauge32: 0 percent
CISCO-PROCESS-MIB::cpmCPUTotal5minRev.11 = Gauge32: 7 percent
CISCO-PROCESS-MIB::cpmCPUTotal5minRev.12 = Gauge32: 0 percent

I'm at a loss on this one. I would be curious how others have router 
CPU utilization monitoring implemented out there.

-- 
Noah



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list