show system processes (SDK)

Syntax

show system processes<wide>

Release Information

Support for Junos SDK applications added in Junos OS Release 9.0.

Description

Display information about software processes that are running on the router.

Options

wide—(Optional) Display process information that might be wider than 80 columns. This option shows the PROVIDER column.

Required Privilege Level

view

List of Sample Output

show system processes
show system processes wide

Output Fields

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.

Sample Output

show system processes

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)

Sample Output

show system processes wide

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)