Dell POWEREDGE M1000E User Manual

Page 431

Advertising
background image

Fabric OS Command Reference

399

53-1001764-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
those shown in

Table 20

.

Note

The execution of this command is subject to Virtual Fabric or Admin Domain restrictions that may
be in place. Refer to chapter 1, "Using Fabric OS commands" and Appendix A, "Command
Availability"
for details.

TABLE 20

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 a process is sleeping (if blank,
process is running)

TTY

The controlling terminal of the process (? displayed for no controlling
terminal)

TIME

The cumulative execution time for the process

CMD

The command name of the process

Advertising