OpenSolaris

You are not signed in. Sign in or register.

The ptools

The suite of tools known as the 'ptools' covers a wide range of process tasks. Most of these tools are built on top of libproc, which is layered on top of procfs, as well as process core files. The majority of these commands work on corefiles as well as live processes. You can find the source for all these tools in usr/src/cmd/ptools.

SourceManpageDescription
pargsproc(1)Display process arguments
pcredproc(1)Display or set process credentials
pfilesproc(1)Display open file information
pflagsproc(1)Display basic process stats
plddproc(1)Display dynamic linker dependencies
pmapproc(1)Display process address space mappings
pprivppriv(1)Set and display process privileges
preappreap(1)Forcibly reap a zombie process
prunproc(1)Run a process in the stopped state
psigproc(1)Display signal handler information
pstackproc(1)Display process stack, including java frames
pstopproc(1)Stop a process
ptimeproc(1)Time how long a process takes to run
ptreeproc(1)Display process hierarchy as a tree
pwaitproc(1)Wait for processes to exit
pwdxproc(1)Display process working directory