- show system processes
- <wide>
Command introduced in JUNOS Release 7.4.
PROVIDER column introduced in wide option in JUNOS Release 9.0.
Display information about software processes that are running on the router.
wide—(Optional) Display process information that might be wider than 80 columns. This option shows the PROVIDER column.
view
For a description of the output fields, see the output fields table for the show system processes command in the JUNOS System Basics and Services Command Reference.
user@host> show system processes
PID TT STAT TIME COMMAND
...
9 ?? DL 0:00.01 [pagedaemon]
...
6463 ?? DL 0:00.18 [md9]
6738 ?? S 0:00.44 /usr/sbin/mgd -N
7001 ?? S 0:00.12 /opt/sbin/jnx-exampled -N
7063 ?? Ss 0:00.03 mgd: (mgd) (regress)/dev/ttyp0 (mgd)
user@host> show system processes wide
PID TT STAT TIME PROVIDER COMMAND
...
9 ?? DL 0:00.01 [pagedaemon]
...
6463 ?? DL 0:00.18 [md9]
6738 ?? S 0:00.44 /usr/sbin/mgd -N
7001 ?? S 0:00.12 jnx /opt/sbin/jnx-exampled -N
7063 ?? Ss 0:00.03 mgd: (mgd) (regress)/dev/ttyp0 (mgd)