cpmCPUTotalIndex |
.1.3.6.1.4.1.9.9.109.1.1.1.1.1 |
An 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.
|
cpmCPUTotalPhysicalIndex |
.1.3.6.1.4.1.9.9.109.1.1.1.1.2 |
The 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.
|
cpmCPUTotal5sec |
.1.3.6.1.4.1.9.9.109.1.1.1.1.3 |
The 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).
|
cpmCPUTotal1min |
.1.3.6.1.4.1.9.9.109.1.1.1.1.4 |
The 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).
|
cpmCPUTotal5min |
.1.3.6.1.4.1.9.9.109.1.1.1.1.5 |
The 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).
|
cpmCPUTotal5secRev |
.1.3.6.1.4.1.9.9.109.1.1.1.1.6 |
The 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 cpmCPUTotalMonInterval
|
cpmCPUTotal1minRev |
.1.3.6.1.4.1.9.9.109.1.1.1.1.7 |
The overall CPU busy percentage in the last 1 minute
period. This object deprecates the object cpmCPUTotal1min
and increases the value range to (0..100).
|
cpmCPUTotal5minRev |
.1.3.6.1.4.1.9.9.109.1.1.1.1.8 |
The overall CPU busy percentage in the last 5 minute
period. This object deprecates the object cpmCPUTotal5min
and increases the value range to (0..100).
|
cpmCPUMonInterval |
.1.3.6.1.4.1.9.9.109.1.1.1.1.9 |
CPU usage monitoring interval. The value of this
object in seconds indicates the how often the
CPU utilization is calculated and monitored.
|
cpmCPUTotalMonIntervalValue |
.1.3.6.1.4.1.9.9.109.1.1.1.1.10 |
The overall CPU busy percentage in the last
cpmCPUMonInterval period.
This object deprecates the object cpmCPUTotal5secRev.
|
cpmCPUInterruptMonIntervalValue |
.1.3.6.1.4.1.9.9.109.1.1.1.1.11 |
The overall CPU busy percentage in the
interrupt context in the last cpmCPUMonInterval
period.
|
cpmProcessPID |
.1.3.6.1.4.1.9.9.109.1.2.1.1.1 |
This 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.
|
cpmProcessName |
.1.3.6.1.4.1.9.9.109.1.2.1.1.2 |
The 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.
|
cpmProcessuSecs |
.1.3.6.1.4.1.9.9.109.1.2.1.1.4 |
Average elapsed CPU time in microseconds when the
process was active. This object is deprecated
by cpmProcessAverageUSecs.
|
cpmProcessTimeCreated |
.1.3.6.1.4.1.9.9.109.1.2.1.1.5 |
The time when the process was created. The process ID
and the time when the process was created, uniquely
identifies a process.
|
cpmProcessAverageUSecs |
.1.3.6.1.4.1.9.9.109.1.2.1.1.6 |
Average elapsed CPU time in microseconds when the
process was active. This object deprecates the
object cpmProcessuSecs.
|
cpmProcExtMemAllocated |
.1.3.6.1.4.1.9.9.109.1.2.2.1.1 |
The 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.
|
cpmProcExtMemFreed |
.1.3.6.1.4.1.9.9.109.1.2.2.1.2 |
The sum of all memory that this process has returned
to the system. This object is deprecated by
cpmProcExtMemFreedRev.
|
cpmProcExtInvoked |
.1.3.6.1.4.1.9.9.109.1.2.2.1.3 |
The number of times since cpmTimeCreated that
the process has been invoked. This object is
deprecated by cpmProcExtInvokedRev.
|
cpmProcExtRuntime |
.1.3.6.1.4.1.9.9.109.1.2.2.1.4 |
The amount of CPU time the process has used, in
microseconds. This object is deprecated by
cpmProcExtRuntimeRev.
|
cpmProcExtUtil5Sec |
.1.3.6.1.4.1.9.9.109.1.2.2.1.5 |
This 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).
|
cpmProcExtUtil1Min |
.1.3.6.1.4.1.9.9.109.1.2.2.1.6 |
This 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).
|
cpmProcExtUtil5Min |
.1.3.6.1.4.1.9.9.109.1.2.2.1.7 |
This 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).
|
cpmProcExtPriority |
.1.3.6.1.4.1.9.9.109.1.2.2.1.8 |
The priority level at which the process is
running. This object is deprecated by
cpmProcExtPriorityRev.
|
cpmProcExtMemAllocatedRev |
.1.3.6.1.4.1.9.9.109.1.2.3.1.1 |
The 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.
|
cpmProcExtMemFreedRev |
.1.3.6.1.4.1.9.9.109.1.2.3.1.2 |
The sum of all memory that this process has returned
to the system. This object deprecates
cpmProcExtMemFreed.
|
cpmProcExtInvokedRev |
.1.3.6.1.4.1.9.9.109.1.2.3.1.3 |
The number of times since cpmTimeCreated that
the process has been invoked. This object
deprecates cpmProcExtInvoked.
|
cpmProcExtRuntimeRev |
.1.3.6.1.4.1.9.9.109.1.2.3.1.4 |
The amount of CPU time the process has used, in
microseconds. This object deprecates
cpmProcExtRuntime.
|
cpmProcExtUtil5SecRev |
.1.3.6.1.4.1.9.9.109.1.2.3.1.5 |
This 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).
|
cpmProcExtUtil1MinRev |
.1.3.6.1.4.1.9.9.109.1.2.3.1.6 |
This 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).
|
cpmProcExtUtil5MinRev |
.1.3.6.1.4.1.9.9.109.1.2.3.1.7 |
This 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).
|
cpmProcExtPriorityRev |
.1.3.6.1.4.1.9.9.109.1.2.3.1.8 |
The priority level at which the process is
running. This object deprecates
cpmProcExtPriority.
|
cpmCPUThresholdClass |
.1.3.6.1.4.1.9.9.109.1.2.4.1.1 |
Value 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.
|
cpmCPURisingThresholdValue |
.1.3.6.1.4.1.9.9.109.1.2.4.1.2 |
The 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.
|
cpmCPURisingThresholdPeriod |
.1.3.6.1.4.1.9.9.109.1.2.4.1.3 |
This 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.
|
cpmCPUFallingThresholdValue |
.1.3.6.1.4.1.9.9.109.1.2.4.1.4 |
The 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.
|
cpmCPUFallingThresholdPeriod |
.1.3.6.1.4.1.9.9.109.1.2.4.1.5 |
This 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.
|
cpmCPUThresholdEntryStatus |
.1.3.6.1.4.1.9.9.109.1.2.4.1.6 |
The status of this table entry.
|
cpmCPUHistoryReportId |
.1.3.6.1.4.1.9.9.109.1.2.5.3.1.1 |
All 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.
|
cpmCPUHistoryReportSize |
.1.3.6.1.4.1.9.9.109.1.2.5.3.1.2 |
The number of process entries in a report.
This object gives information about how many processes
became a part of history table at one instant.
|
cpmCPUHistoryTotalUtil |
.1.3.6.1.4.1.9.9.109.1.2.5.3.1.3 |
Total percentage of CPU utilization
at cpmCPUHistoryCreated.
|
cpmCPUHistoryInterruptUtil |
.1.3.6.1.4.1.9.9.109.1.2.5.3.1.4 |
Percentage of CPU utilization in the interrupt context
at cpmCPUHistoryCreated.
|
cpmCPUHistoryCreatedTime |
.1.3.6.1.4.1.9.9.109.1.2.5.3.1.5 |
Time stamp with respect to sysUpTime indicating
the time at which this report is created.
|
cpmCPUProcessHistoryIndex |
.1.3.6.1.4.1.9.9.109.1.2.5.4.1.1 |
An 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.
|
cpmCPUHistoryProcId |
.1.3.6.1.4.1.9.9.109.1.2.5.4.1.2 |
The process Id associated with this entry.
|
cpmCPUHistoryProcName |
.1.3.6.1.4.1.9.9.109.1.2.5.4.1.3 |
The process name associated with this entry.
|
cpmCPUHistoryProcCreated |
.1.3.6.1.4.1.9.9.109.1.2.5.4.1.4 |
The time when the process was created. The process ID
and the time when the process was created, uniquely
identifies a process.
|
cpmCPUHistoryProcUtil |
.1.3.6.1.4.1.9.9.109.1.2.5.4.1.5 |
The percentage CPU utilization of a process at
cpmCPUHistoryCreatedTime.
|
cpmCPUTotalGroup |
.1.3.6.1.4.1.9.9.109.3.2.1 |
A collection of objects providing CPU load monitoring
information. This group is mandatory for all cisco devices.
This group is deprecated since the objects cpmCPUTotal5sec,
cpmCPUTotal1min and cpmCPUTotal5min are
deprecated. A new object cpmCPUTotalGroupRev is
added in place of it.
|
cpmProcessGroup |
.1.3.6.1.4.1.9.9.109.3.2.2 |
A collection of objects providing common process
monitoring information. This group is mandatory for
all cisco devices. This object is deprecated
by cpmProcessGroupRev.
|
cpmProcessExtGroup |
.1.3.6.1.4.1.9.9.109.3.2.3 |
A collection of objects providing additional and
more detailed process monitoring information. This
group is mandatory for all cisco devices that have
the internal capability to keep this information.
This group is deprecated and new group
cpmProcessExtGroupRev is added.
|
cpmCPUTotalGroupRev |
.1.3.6.1.4.1.9.9.109.3.2.4 |
A collection of objects providing CPU load monitoring
information. This group is mandatory for all cisco
devices. This group deprecates cpmCPUTotalGroup.
This group is deprecated since the object
cpmCPUTotal5secRev is deprecated.
A new object cpmCPUTotalGroupRev1 is
added in place of it.
|
cpmProcessGroupRev |
.1.3.6.1.4.1.9.9.109.3.2.6 |
A collection of objects providing common process
monitoring information. This group is mandatory for
all cisco devices. This object deprecates
cpmProcessGroup.
|
cpmProcessExtGroupRev |
.1.3.6.1.4.1.9.9.109.3.2.5 |
A collection of objects providing additional and
more detailed process monitoring information. This
group is mandatory for all cisco devices that have
the internal capability to keep this information.
This group is formed after deprecating cpmProcessExtGroup.
cpmProcExtMemAllocatedRev, cpmProcExtMemFreedRev,
cpmProcExtInvokedRev, cpmProcExtRuntimeRev,
cpmProcExtUtil5SecRev, cpmProcExtUtil1MinRev and
cpmProcExtUtil5MinRev are the new objects added.
|
cpmCPUThresholdGroup |
.1.3.6.1.4.1.9.9.109.3.2.8 |
A collection of objects used for configuration
of thresholding.
|
cpmCPUTotalGroupRev1 |
.1.3.6.1.4.1.9.9.109.3.2.7 |
A collection of objects providing CPU load monitoring
information. This group is mandatory for all cisco
devices. This group deprecates cpmCPUTotalGroupRev.
|
cpmCPUHistoryGroup |
.1.3.6.1.4.1.9.9.109.3.2.9 |
A collection of objects providing information
about CPU utilization history.
|
cpmCPUThresholdNotificationGroup |
.1.3.6.1.4.1.9.9.109.3.2.10 |
A group of notifications.
|