Cisco Systems MDS 9000 Marine Radio User Manual


 
20-129
Cisco MDS 9000 Family Command Reference
78-16088-01, Cisco MDS SAN-OS Release 1.3
Chapter 20 Show Commands
show processes
show processes
To display general information about all the processes, use the show processes command.
show processes [cpu | log [details | pid process-id] | memory]
Syntax Description
Defaults None.
Command Modes EXEC mode.
Command History This command was introduced in Cisco MDS SAN-OS Release 1.0(2).
Usage Guidelines None.
Examples The following examples display general information about system processes.
switch# show process
PID State PC Start_cnt TTY Process
----- ----- -------- ----------- ---- -------------
868 S 2ae4f33e 1 - snmpd
869 S 2acee33e 1 - rscn
870 S 2ac36c24 1 - qos
871 S 2ac44c24 1 - port-channel
872 S 2ac7a33e 1 - ntp
- ER - 1 - mdog
- NR - 0 - vbuilder
PID: process ID.
State: process state
D uninterruptible sleep (usually IO)
R runnable (on run queue)
S sleeping
T traced or stopped
Z a defunct (“zombie”) process
NR not-running
ER should be running but currently not-running
cpu Displays processes CPU information.
log Displays information about process logs.
details Displays detailed process log information.
pid process-id Displays process information about a specific process ID. The range is 0 to
2147483647.
memory Displays processes memory information.