1
i1-205
Telnet Commands
iDisplay task summary.
Syntax i [taskId]
Availability All users
Description This command displays information of all of the processes or of a
specific process if a process ID is supplied. One line is displayed per
process. Table1-13 explains the fields displayed with this commands:
Table 1- 13 i Fields
Field Description
FProcess Flags:
ALIGNWARN 001 print alignment warning msgs
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 didn’t exec
SUPERPRIV 100 used super-user privileges
DUMPCORE 200 dumped core
SIGNALED 400 killed by a signal
SProcess 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.