9-9
Cisco CRS-1 Series Carrier Routing System Getting Started Guide
Chapter 9 Troubleshooting the Cisco IOS XR Software
Understanding Processes and Threads
The following is sample output from the show processes command:
RP/0/RP0/CPU0:router# show processes
JID TID LastCPU Stack pri state HR:MM:SS:MSEC NAME
1 1 0 0K 0 Ready 1:57:41:0542 procnto-600-smp-cisco-instr
1 2 1 0K 0 Running 1:57:37:0022 procnto-600-smp-cisco-instr
1 3 1 0K 10 Receive 0:00:05:0723 procnto-600-smp-cisco-instr
1 4 1 0K 10 Receive 0:00:00:0001 procnto-600-smp-cisco-instr
1 5 0 0K 63 Receive 0:00:00:0000 procnto-600-smp-cisco-instr
1 6 1 0K 63 Receive 0:00:00:0000 procnto-600-smp-cisco-instr
1 7 0 0K 63 Receive 0:00:00:0000 procnto-600-smp-cisco-instr
1 8 0 0K 10 Receive 0:00:01:0885 procnto-600-smp-cisco-instr
1 9 1 0K 10 Receive 0:00:03:0416 procnto-600-smp-cisco-instr
1 10 1 0K 10 Receive 0:00:00:0001 procnto-600-smp-cisco-instr
1 11 1 0K 10 Receive 0:00:04:0861 procnto-600-smp-cisco-instr
1 15 0 0K 10 Receive 0:00:02:0020 procnto-600-smp-cisco-instr
1 18 1 0K 10 Receive 0:00:03:0278 procnto-600-smp-cisco-instr
1 20 1 0K 10 Receive 0:00:00:0732 procnto-600-smp-cisco-instr
1 21 1 0K 10 Receive 0:00:02:0692 procnto-600-smp-cisco-instr
1 22 0 0K 10 Running 0:00:03:0788 procnto-600-smp-cisco-instr
1 23 1 0K 10 Receive 0:00:11:0785 procnto-600-smp-cisco-instr
1 25 0 0K 10 Receive 0:00:04:0037 procnto-600-smp-cisco-instr
--More--
show processes process-name Command
The show processes process-name command displays detailed information about a process. Table 9-5
describes the heading output.
Table 9-5 Heading Descriptions for show processes process-name Output
Output Heading Description
JID Job ID—This remains constant over process restarts.
PID Process ID—This changes when process is restarted.
Executable path Path for the process executable.
Instance Instance of the process. There may be more than one instance of a
process running at a given time (each instance may have more than
one thread).
Version ID API version.
Respawn ON or OFF—Determines if this process restarts automatically in case
of failure.
Respawn count Number of times this process has been (re)started (that is, the first
start makes this count 1).
Max. spawns per minute Number of respawns not to be exceeded in one minute. If this number
is exceeded, stop restarting.
Last started Date and time the process was last started.
Process state Current state of the process.
Started on config Configuration command that started (or would start) this process.
core Memory segments to include in core file.
Max. core Number of times to dump a core file—0 = infinity.