Users Guide

Fabric OS Command Reference 469
53-1002921-02
i
2
i
Displays a process summary.
SYNOPSIS i [processID]
DESCRIPTION Use this command to display information about a specified process or about all processes running on the
local switch. One line is displayed per process. Fields displayed with this command include the
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