HP StorageWorks Fabric OS 5.0.0 Command Reference Guide (AA-RW1MA-TE, May 2005)

274 Fabric OS commands
Displays a task summary.
Synopsis
i [processID]
Availability
all users
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 Table 15.
i
Table 15 i Command field description
Field Description
FProcess 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 runnable (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