CISCO-PROCESS-MIB
AI MIB Summary
The CISCO-PROCESS-MIB enables monitoring and management of active system processes on Cisco IOS and IOS-XE devices by exposing metrics such as process identifiers, CPU utilization percentages, memory consumption, and execution states. This module facilitates granular troubleshooting of process hangs, resource exhaustion, and abnormal termination events within the operating system kernel.
The MIB module to describe active system processes.
Main OID:
ciscoProcessMIB.1.3.6.1.4.1.9.9.109
76
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
76 total| Object Name |
|---|
ciscoProcessMIBThe MIB module to describe active system processes. MODULE-IDENTITY .1.3.6.1.4.1.9.9.109 |
ciscoProcessMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.109.1 |
cpmCPU OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.109.1.1 |
cpmCPUTotalTableA table of overall CPU statistics. SEQUENCE OF CpmCPUTotalEntry .1.3.6.1.4.1.9.9.109.1.1.1 |
cpmCPUTotalEntryOverall information about the CPU load. Entries in this
table come and go as CPUs are added and removed from the
system. CpmCPUTotalEntry .1.3.6.1.4.1.9.9.109.1.1.1.1 |
cpmCPUTotalIndexAn index that uniquely represents a CPU (or group of CPUs)
whose CPU load information is reported by a row in this table.
This index is assigned arbitrarily by the engine
and is not saved over reboots. Unsigned32 (1.. 4294967295) .1.3.6.1.4.1.9.9.109.1.1.1.1.1 |
cpmCPUTotalPhysicalIndexThe entPhysicalIndex of the physical entity for which
the CPU statistics in this entry are maintained.
The physical entity can be a CPU chip, a group of CPUs,
a CPU card etc. The exact type of this entity is described by
its entPhysicalVendorType value. If the CPU statistics
in this entry correspond to more than one physical entity
(or to no physical entity), or if the entPhysicalTable is
not supported on the SNMP agent, the value of this object
must be zero.ro EntPhysicalIndexOrZero (CISCO-TC) .1.3.6.1.4.1.9.9.109.1.1.1.1.2 |
cpmCPUTotal5secThe overall CPU busy percentage in the last 5 second
period. This object obsoletes the busyPer object from
the OLD-CISCO-SYSTEM-MIB. This object is deprecated
by cpmCPUTotal5secRev which has the changed range of
value (0..100).rodeprecated Gauge32 .1.3.6.1.4.1.9.9.109.1.1.1.1.3 |
cpmCPUTotal1minThe overall CPU busy percentage in the last 1 minute
period. This object obsoletes the avgBusy1 object from
the OLD-CISCO-SYSTEM-MIB. This object is deprecated
by cpmCPUTotal1minRev which has the changed range
of value (0..100).rodeprecated Gauge32 .1.3.6.1.4.1.9.9.109.1.1.1.1.4 |
cpmCPUTotal5minThe overall CPU busy percentage in the last 5 minute
period. This object deprecates the avgBusy5 object from
the OLD-CISCO-SYSTEM-MIB. This object is deprecated
by cpmCPUTotal5minRev which has the changed range
of value (0..100).rodeprecated Gauge32 .1.3.6.1.4.1.9.9.109.1.1.1.1.5 |
cpmCPUTotal5secRevThe overall CPU busy percentage in the last 5 second
period. This object deprecates the object cpmCPUTotal5sec
and increases the value range to (0..100). This object
is deprecated by cpmCPUTotalMonIntervalrodeprecated Gauge32 .1.3.6.1.4.1.9.9.109.1.1.1.1.6 |
cpmCPUTotal1minRevThe overall CPU busy percentage in the last 1 minute
period. This object deprecates the object cpmCPUTotal1min
and increases the value range to (0..100).ro Gauge32 .1.3.6.1.4.1.9.9.109.1.1.1.1.7 |
cpmCPUTotal5minRevThe overall CPU busy percentage in the last 5 minute
period. This object deprecates the object cpmCPUTotal5min
and increases the value range to (0..100).ro Gauge32 .1.3.6.1.4.1.9.9.109.1.1.1.1.8 |
cpmCPUMonIntervalCPU usage monitoring interval. The value of this
object in seconds indicates the how often the
CPU utilization is calculated and monitored.ro Unsigned32 UNITS "seconds" .1.3.6.1.4.1.9.9.109.1.1.1.1.9 |
cpmCPUTotalMonIntervalValueThe overall CPU busy percentage in the last
cpmCPUMonInterval period.
This object deprecates the object cpmCPUTotal5secRev.ro Gauge32 .1.3.6.1.4.1.9.9.109.1.1.1.1.10 |
cpmCPUInterruptMonIntervalValueThe overall CPU busy percentage in the
interrupt context in the last cpmCPUMonInterval
period.ro Gauge32 .1.3.6.1.4.1.9.9.109.1.1.1.1.11 |
cpmProcess OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.109.1.2 |
cpmProcessTableA table of generic information on all active
processes on this device. SEQUENCE OF CpmProcessEntry .1.3.6.1.4.1.9.9.109.1.2.1 |
cpmProcessEntryGeneric information about an active process on this
device. Entries in this table come and go as processes are
created and destroyed by the device. CpmProcessEntry .1.3.6.1.4.1.9.9.109.1.2.1.1 |
cpmProcessPIDThis object contains the process ID. cpmTimeCreated
should be checked against the last time it was polled,
and if it has changed the PID has been reused and the
entire entry should be polled again.ro Unsigned32 .1.3.6.1.4.1.9.9.109.1.2.1.1.1 |
cpmProcessNameThe name associated with this process. If the name is
longer than 32 characters, it will be truncated to the first
31 characters, and a `*' will be appended as the last
character to imply this is a truncated process name.ro DisplayString .1.3.6.1.4.1.9.9.109.1.2.1.1.2 |
cpmProcessuSecsAverage elapsed CPU time in microseconds when the
process was active. This object is deprecated
by cpmProcessAverageUSecs.rodeprecated Unsigned32 UNITS "microseconds" .1.3.6.1.4.1.9.9.109.1.2.1.1.4 |
cpmProcessTimeCreatedThe time when the process was created. The process ID
and the time when the process was created, uniquely
identifies a process.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.9.109.1.2.1.1.5 |
cpmProcessAverageUSecsAverage elapsed CPU time in microseconds when the
process was active. This object deprecates the
object cpmProcessuSecs.ro Unsigned32 UNITS "microseconds" .1.3.6.1.4.1.9.9.109.1.2.1.1.6 |
cpmProcessExtTableThis table contains information that may or may
not be available on all cisco devices. It contains
additional objects for the more general
cpmProcessTable. This object is deprecated by
cpmProcessExtRevTable.deprecated SEQUENCE OF CpmProcessExtEntry .1.3.6.1.4.1.9.9.109.1.2.2 |
cpmProcessExtEntryAn entry containing additional information for
a particular process. This object is deprecated by
cpmProcessExtRevEntry.deprecated CpmProcessExtEntry .1.3.6.1.4.1.9.9.109.1.2.2.1 |
cpmProcExtMemAllocatedThe sum of all the dynamically allocated memory that
this process has received from the system. This includes
memory that may have been returned. The sum of freed
memory is provided by cpmProcExtMemFreed. This object
is deprecated by cpmProcExtMemAllocatedRev.rodeprecated Gauge32 UNITS "bytes" .1.3.6.1.4.1.9.9.109.1.2.2.1.1 |
cpmProcExtMemFreedThe sum of all memory that this process has returned
to the system. This object is deprecated by
cpmProcExtMemFreedRev.rodeprecated Gauge32 UNITS "bytes" .1.3.6.1.4.1.9.9.109.1.2.2.1.2 |
cpmProcExtInvokedThe number of times since cpmTimeCreated that
the process has been invoked. This object is
deprecated by cpmProcExtInvokedRev.rodeprecated Counter32 .1.3.6.1.4.1.9.9.109.1.2.2.1.3 |
cpmProcExtRuntimeThe amount of CPU time the process has used, in
microseconds. This object is deprecated by
cpmProcExtRuntimeRev.rodeprecated Counter32 UNITS "microseconds" .1.3.6.1.4.1.9.9.109.1.2.2.1.4 |
cpmProcExtUtil5SecThis object provides a general idea of how busy
a process caused the processor to be over a 5
second period. It is determined as a weighted
decaying average of the current idle time over
the longest idle time. Note that this information
should be used as an estimate only. This object is
deprecated by cpmProcExtUtil5SecRev which has the
changed range of value (0..100).rodeprecated Gauge32 .1.3.6.1.4.1.9.9.109.1.2.2.1.5 |
cpmProcExtUtil1MinThis object provides a general idea of how busy
a process caused the processor to be over a 1
minute period. It is determined as a weighted
decaying average of the current idle time over the
longest idle time. Note that this information
should be used as an estimate only. This object is
deprecated by cpmProcExtUtil1MinRev which has
the changed range of value (0..100).rodeprecated Gauge32 .1.3.6.1.4.1.9.9.109.1.2.2.1.6 |
cpmProcExtUtil5MinThis object provides a general idea of how busy
a process caused the processor to be over a 5
minute period. It is determined as a weighted
decaying average of the current idle time over
the longest idle time. Note that this information
should be used as an estimate only. This object
is deprecated by cpmProcExtUtil5MinRev which
has the changed range of value (0..100).rodeprecated Gauge32 .1.3.6.1.4.1.9.9.109.1.2.2.1.7 |
cpmProcExtPriorityThe priority level at which the process is
running. This object is deprecated by
cpmProcExtPriorityRev.rwdeprecated Enumeration .1.3.6.1.4.1.9.9.109.1.2.2.1.8 |
cpmProcessExtRevTableThis table contains information that may or may
not be available on all cisco devices. It contains
additional objects for the more general
cpmProcessTable. This object deprecates
cpmProcessExtTable. SEQUENCE OF CpmProcessExtRevEntry .1.3.6.1.4.1.9.9.109.1.2.3 |
cpmProcessExtRevEntryAn entry containing additional information for
a particular process. This object deprecates
cpmProcessExtEntry. CpmProcessExtRevEntry .1.3.6.1.4.1.9.9.109.1.2.3.1 |
cpmProcExtMemAllocatedRevThe sum of all the dynamically allocated memory that
this process has received from the system. This includes
memory that may have been returned. The sum of freed
memory is provided by cpmProcExtMemFreedRev. This object
deprecates cpmProcExtMemAllocated.ro Gauge32 UNITS "bytes" .1.3.6.1.4.1.9.9.109.1.2.3.1.1 |
cpmProcExtMemFreedRevThe sum of all memory that this process has returned
to the system. This object deprecates
cpmProcExtMemFreed.ro Gauge32 UNITS "bytes" .1.3.6.1.4.1.9.9.109.1.2.3.1.2 |
cpmProcExtInvokedRevThe number of times since cpmTimeCreated that
the process has been invoked. This object
deprecates cpmProcExtInvoked.ro Counter32 .1.3.6.1.4.1.9.9.109.1.2.3.1.3 |
cpmProcExtRuntimeRevThe amount of CPU time the process has used, in
microseconds. This object deprecates
cpmProcExtRuntime.ro Counter32 UNITS "microseconds" .1.3.6.1.4.1.9.9.109.1.2.3.1.4 |
cpmProcExtUtil5SecRevThis object provides a general idea of how busy
a process caused the processor to be over a 5
second period. It is determined as a weighted
decaying average of the current idle time over
the longest idle time. Note that this information
should be used as an estimate only. This object
deprecates cpmProcExtUtil5Sec and increases the
value range to (0..100).ro Gauge32 .1.3.6.1.4.1.9.9.109.1.2.3.1.5 |
cpmProcExtUtil1MinRevThis object provides a general idea of how busy
a process caused the processor to be over a 1
minute period. It is determined as a weighted
decaying average of the current idle time over the
longest idle time. Note that this information
should be used as an estimate only. This object
deprecates cpmProcExtUtil1Min and increases the value
range to (0..100).ro Gauge32 .1.3.6.1.4.1.9.9.109.1.2.3.1.6 |
cpmProcExtUtil5MinRevThis object provides a general idea of how busy
a process caused the processor to be over a 5
minute period. It is determined as a weighted
decaying average of the current idle time over
the longest idle time. Note that this information
should be used as an estimate only. This object
deprecates cpmProcExtUtil5Min and increases the
value range to (0..100).ro Gauge32 .1.3.6.1.4.1.9.9.109.1.2.3.1.7 |
cpmProcExtPriorityRevThe priority level at which the process is
running. This object deprecates
cpmProcExtPriority.ro Enumeration .1.3.6.1.4.1.9.9.109.1.2.3.1.8 |
cpmCPUThresholdTableThis table contains the information about the
thresholding values for CPU , configured by the user. SEQUENCE OF CpmCPUThresholdEntry .1.3.6.1.4.1.9.9.109.1.2.4 |
cpmCPUThresholdEntryAn entry containing information about
CPU thresholding parameters. cpmCPUTotalIndex
identifies the CPU (or group of CPUs) for which this
configuration applies. CpmCPUThresholdEntry .1.3.6.1.4.1.9.9.109.1.2.4.1 |
cpmCPUThresholdClassValue of this object indicates the type of
utilization, which is monitored. The total(1) indicates
the total CPU utilization, interrupt(2) indicates the
the CPU utilization in interrupt context and process(3)
indicates the CPU utilization in the process level
execution context. Enumeration .1.3.6.1.4.1.9.9.109.1.2.4.1.1 |
cpmCPURisingThresholdValueThe percentage rising threshold value configured by
the user. The value indicates,
if the percentage CPU utilization is equal to or above
this value for cpmCPURisingThresholdPeriod duration
then send a cpmCPURisingThreshold notification to
the NMS.rw Unsigned32 .1.3.6.1.4.1.9.9.109.1.2.4.1.2 |
cpmCPURisingThresholdPeriodThis is an observation interval.
The value of this object indicates that
the CPU utilization should be above
cpmCPURisingThresholdValue for this duration to send a
cpmCPURisingThreshold notification to the NMS.rw Unsigned32 .1.3.6.1.4.1.9.9.109.1.2.4.1.3 |
cpmCPUFallingThresholdValueThe percentage falling threshold value configured by
the user. The value indicates, if the percentage
CPU utilization is equal to or below this value for
cpmCPUFallingThresholdPeriod duration
then send a cpmCPUFallingThreshold notification
to the NMS.rw Unsigned32 .1.3.6.1.4.1.9.9.109.1.2.4.1.4 |
cpmCPUFallingThresholdPeriodThis is an observation interval. The value of this
object indicates that CPU utilization should be below
cpmCPUFallingThresholdValue for this duration to send a
cpmCPURisingThreshold notification to the NMS.rw Unsigned32 .1.3.6.1.4.1.9.9.109.1.2.4.1.5 |
cpmCPUThresholdEntryStatusThe status of this table entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.109.1.2.4.1.6 |
cpmCPUHistory OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.109.1.2.5 |
cpmCPUHistoryThresholdThe user configured value of this object gives
the minimum percent CPU utilization of a process
in the last cpmCPUMonInterval duration required to be a
member of history table. When this object is changed
the new value will have effect in the next interval.rw Unsigned32 .1.3.6.1.4.1.9.9.109.1.2.5.1 |
cpmCPUHistorySizeA value configured by the user which specifies the
number of reports in the history table.
A report contains set of processes which crossed
the cpmCPUHistoryThreshold
in the last cpmCPUMonInterval along with
the time at which this report is
created, total and interrupt CPU utilizations.
When this object is changed
the new value will have effect in the next interval.rw Unsigned32 .1.3.6.1.4.1.9.9.109.1.2.5.2 |
cpmCPUHistoryTableA list of CPU utilization history entries. SEQUENCE OF CpmCPUHistoryEntry .1.3.6.1.4.1.9.9.109.1.2.5.3 |
cpmCPUHistoryEntryA historical sample of CPU utilization statistics.
cpmCPUTotalIndex identifies the CPU (or group of CPUs)
for which this history is collected.
When the cpmCPUHistorySize is
reached the least recent entry is lost. CpmCPUHistoryEntry .1.3.6.1.4.1.9.9.109.1.2.5.3.1 |
cpmCPUHistoryReportIdAll the entries which are created at the same time
will have same value for this object. When the
configured threshold for being a part of History table
is reached then the qualified processes become the
part of history table. The entries which became the
part of history table at one instant will have
the same value for this object. When this object
reaches the max index value then it will wrap around. Unsigned32 .1.3.6.1.4.1.9.9.109.1.2.5.3.1.1 |
cpmCPUHistoryReportSizeThe number of process entries in a report.
This object gives information about how many processes
became a part of history table at one instant.ro Unsigned32 .1.3.6.1.4.1.9.9.109.1.2.5.3.1.2 |
cpmCPUHistoryTotalUtilTotal percentage of CPU utilization
at cpmCPUHistoryCreated.ro Gauge32 .1.3.6.1.4.1.9.9.109.1.2.5.3.1.3 |
cpmCPUHistoryInterruptUtilPercentage of CPU utilization in the interrupt context
at cpmCPUHistoryCreated.ro Gauge32 .1.3.6.1.4.1.9.9.109.1.2.5.3.1.4 |
cpmCPUHistoryCreatedTimeTime stamp with respect to sysUpTime indicating
the time at which this report is created.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.9.109.1.2.5.3.1.5 |
cpmCPUProcessHistoryTableA list of process history entries. This table contains
CPU utilization of processes which crossed the
cpmCPUHistoryThreshold. SEQUENCE OF CpmCPUProcessHistoryEntry .1.3.6.1.4.1.9.9.109.1.2.5.4 |
cpmCPUProcessHistoryEntryA historical sample of process utilization
statistics. The entries in this table will have
corresponding entires in the cpmCPUHistoryTable.
The entries in this table get deleted when the entry
associated with this entry in the cpmCPUHistoryTable
gets deleted. CpmCPUProcessHistoryEntry .1.3.6.1.4.1.9.9.109.1.2.5.4.1 |
cpmCPUProcessHistoryIndexAn index that uniquely identifies an entry in
the cmpCPUProcessHistory table among those in the
same report. This index is between 1 to N,
where N is the cpmCPUHistoryReportSize. Unsigned32 .1.3.6.1.4.1.9.9.109.1.2.5.4.1.1 |
cpmCPUHistoryProcIdThe process Id associated with this entry.ro Unsigned32 .1.3.6.1.4.1.9.9.109.1.2.5.4.1.2 |
cpmCPUHistoryProcNameThe process name associated with this entry.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.9.9.109.1.2.5.4.1.3 |
cpmCPUHistoryProcCreatedThe time when the process was created. The process ID
and the time when the process was created, uniquely
identifies a process.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.9.9.109.1.2.5.4.1.4 |
cpmCPUHistoryProcUtilThe percentage CPU utilization of a process at
cpmCPUHistoryCreatedTime.ro Gauge32 .1.3.6.1.4.1.9.9.109.1.2.5.4.1.5 |
ciscoProcessMIBNotifPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.109.2 |
ciscoProcessMIBNotifs OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.109.2.0 |
cpmCPURisingThresholdA cpmCPURisingThreshold notification is sent
when configured rising CPU utilization threshold
(cpmCPURisingThresholdValue) is reached and
CPU utilization remained above the threshold
for configured interval(cpmCPURisingThresholdPeriod)
and such a notification is requested.
The cpmProcExtUtil5SecRev and cpmProcessTimeCreated
objects can be repeated multiple times
in a notification indicating the top users of CPU. NOTIFICATION-TYPE .1.3.6.1.4.1.9.9.109.2.0.1 |
cpmCPUFallingThresholdA cpmCPUFallingThresholdTrap is sent when the
configured falling threshold
(cpmCPURisingThresholdValue)
is reached and CPU utilization remained under
threshold for configured
interval (cpmCPUFallingThresholdPeriod)
and such a notification is requested. NOTIFICATION-TYPE .1.3.6.1.4.1.9.9.109.2.0.2 |
ciscoProcessMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.109.3 |
cpmCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.109.3.1 |
cpmGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.109.3.2 |