3-21
Cisco SCE 8000 10GBE Software Configuration Guide
OL-30621-02
Chapter 3 Basic Cisco SCE 8000 Platform Operations
Monitoring Control Processor CPU Utilization
Example for Monitoring Control Processor CPU Utilization
The following example shows how to display the CPU utilization of the control processor.
SCE>
show
processes cpu
CORE_0 CPU utilization for five seconds: 100%/ 0%; one minute: 81%; five minutes: 38%
PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process
1 78790 6374 0 0.00% 0.00% 0.00% 0 (init)
2 10 1 0 0.00% 0.00% 0.00% 0 (kthreadd)
3 5010 501 0 0.00% 0.00% 0.00% 0 (migration/0)
4 90 9 0 0.00% 0.00% 0.00% 0 (ksoftirqd/0)
5 63130 6313 0 0.00% 0.00% 0.00% 0 (watchdog/0)
6 4940 494 0 0.00% 0.00% 0.00% 0 (migration/1)
7 0 0 0 0.00% 0.00% 0.00% 0 (ksoftirqd/1)
8 10530 1053 0 0.00% 0.00% 0.00% 0 (watchdog/1)
9 2606490 207337 0 0.00% 0.02% 0.03% 0 (events/0)
10 1246730 123793 0 0.00% 0.02% 0.02% 0 (events/1)
11 0 0 0 0.00% 0.00% 0.00% 0 (khelper)
12 177810 17781 0 0.00% 0.00% 0.00% 0 (kblockd/0)
13 8010 801 0 0.00% 0.00% 0.00% 0 (kblockd/1)
16 0 0 0 0.00% 0.00% 0.00% 0 (kswapd0)
17 0 0 0 0.00% 0.00% 0.00% 0 (aio/0)
18 0 0 0 0.00% 0.00% 0.00% 0 (aio/1)
19 0 0 0 0.00% 0.00% 0.00% 0 (nfsiod)
20 0 0 0 0.00% 0.00% 0.00% 0 (mtdblockd)
21 1198570 119326 0 0.00% 0.02% 0.02% 0 (skynet)
22 7413850 741207 0 0.00% 0.11% 0.10% 0 (hw-mon-regs)
23 556170 49614 0 0.00% 0.02% 0.01% 0 (scos-dump)
24 527310 52718 0 0.00% 0.00% 0.01% 0 (wdog-kernel)
The following table lists and describes the fields in the
show processes cpu
output.
Table 3-1
show processes cpu Command Output Fields
Field
Description
CPU utilization for five
seconds
CPU utilization for the last five seconds. The first number indicates the
total, the second number indicates the percent of CPU time spent at the
interrupt level.
one minute
CPU utilization for the last minute
five minutes
CPU utilization for the last five minutes
PID
The process ID
Runtime (msecs)
CPU time the process has used, expressed in msecs
Invoked
The number of times the process has been invoked (progress once every
5sec)
uSecs
Microseconds of CPU time for each process invocation
5Sec
CPU utilization by task in the last five seconds
1Min
CPU utilization by task in the last minute
5Min
CPU utilization by task in the last five minutes
TTY
Currently not relevant in the Cisco Service Control system.
Process
Name of the process. For more information, refer to The Processes
section of this document.
Note
Linux tasks are also presented as processes.