HP StorageWorks XPath OS 7.4.X Command Reference Guide (AA-RVHCC-TE, September 2005)
XPath OS 7.4.x command reference guide 211
P_NOCLDSTOP 0x0000008 No P_NOCLDSTOP when children stop.
P_PPWAIT 0x0000010 Parent is waiting for child to exec/exit.
P_PROFIL 0x0000020 Process has started profiling.
P_SELECT 0x0000040 Selecting; wakeup/waiting danger.
P_SINTR 0x0000080 Sleep is interruptible.
P_SUGID 0x0000100 Process had set ID privileges since last
exec.
P_SYSTEM 0x0000200 System process: no sigs, stats or
swapping.
P_TIMEOUT 0x0000400 Timing out during sleep.
P_TRACED 0x0000800 Process is being traced.
P_WAITED 0x0001000 Debugging process has waited for
child.
P_WEXIT 0x0002000 Working on exiting
P_EXEC 0x0004000 Process called execve.
P_OWEUPC 0x0008000 Owe process an addupc() call at next
ast.
P_FSTRACE 0x0010000 Tracing through file system.
P_NOCLDWAIT 0x0020000 No zombies when children die.
lim The soft limit on memory used, specified through a call to setrlimit.
lstart The exact time the command started, using the %C format described in
strftime.
nice The process scheduling increment (setpriority).
rss The real memory (resident set) size of the process (in 1024-byte units).
start The time the command started. If the command started less than 24 hours
ago, the start time is displayed using the %l:%M%p format described in
strftime. If the command started fewer than 7 days ago, the start time is
displayed using the %a%p format. Otherwise, the start time is displayed using
the %e%b%y format.
state The state is given by a sequence of letters: for example, RWNA. The first letter
indicates the run state of the process:
D Marks a process in disk (or other short-term,
uninterruptible) wait.
I Marks a process that is idle (sleeping for longer than
20 seconds).
R Marks a runable process.
S Marks a process that is sleeping for less than
20 seconds.
T Marks a stopped process.
Z Marks a dead process (a zombie).
Additional characters indicate other state information:
+ The process is in the foreground process group of its
control terminal.
< The process has raised CPU scheduling priority.
> The process has specified a soft limit on memory
requirements and is currently exceeding that limit; such a
process is (necessarily) not swapped.