Brocade Fabric OS Command Reference Manual - Supporting Fabric OS v5.3.0 (53-1000436-01, June 2007)

290 Fabric OS Command Reference Manual
53-1000436-01
i
2
i
Displays a process summary.
Synopsis i [processID]
Description Use this command to display information about all of the processes or about a specific process if a
process ID is supplied. One line is displayed per process. Fields displayed with this commands
include those shown in the table.
TABLE 14 i Command Field Description
Field Description
F Process flags:
ALIGNWARN 001 print alignment warning messages
STARTING 002 being created
EXITING 004 getting shut down
PTRACED 010 set if ptrace (0) has been called
TRACESYS 020 tracing system calls
FORKNOEXEC 040 forked but did not exec
SUPERPRIV 100 used super-user privileges
DUMPCORE 200 dumped core
SIGNALED 400 killed by a signal
S Process state codes:
D uninterruptible sleep (usually IO)
R runable (on run queue)
S sleeping
T traced or stopped
Z a defunct ("zombie") process
UID The effective user ID number of the process
PID The process ID of the process
PPID The process ID of the parent process
C Processor utilization for scheduling
PRI Priority number of the process; higher numbers mean lower
priority
NI Nice value used in priority computation
ADDR Memory address of the process
SZ The total size of the process in virtual memory, in pages
WCHAN The address of an event for which process is sleeping (if
blank, process is running)