MPE/iX Commands Reference Manual (32650-90864)

Chapter 7 599
Command Definitions S-SO
SHOWPROC
C152 0:02.000 WAIT S12 38 (TDP.PUB.SYS) text myfile
C152 0:01.030 READY S12 67 (FCOPY.PUB.SYS)from=foo.pub.sys;to=ba
r;new
Example
To display a summary of information for all non-system processes in the current
job/session, enter:
:SHOWPROC
To display a summary of information for PIN 42, enter:
:SHOWPROC #p42
To display a summary of information for PIN 42 and all of its descendants, enter:
:SHOWPROC #p42; tree
To display the detail information for PIN 42, enter:
:SHOWPROC #p42; format= detail
To display a summary of information for all processes (requires SM capability), enter:
:SHOWPROC 1 ;system ;tree
To display a summary of information for all non-system processes that are jobs (requires
SM or OP capability), enter:
:SHOWPROC job=@j; anyuser
To display a summary of information for PINs 150, 247, and 211, enter:
:SHOWPROC (150,#p247,211)
To display a summary of information for all non-system processes logged on as
MGR.PAYROLL (requires SM or OP capability), enter:
:SHOWPROC job=mgr.payroll
To display a summary of information for all non-system processes belonging to Job 2 or
logged on as ME.AP (requires SM or OP capability), enter:
:SHOWPROC job=(#j2,me.ap)
To display the detail information for all non-system processes in the current job/session,
enter:
:SHOWPROC detail
To display the detail information for all non-system processes on the system (requires SM
or OP capability), enter:
:SHOWPROC job=@; format= detail
Related Information
Commands TUNE, ALTPROC, SHOWQ, NEWWG, ALTWG, PURGEWG, SHOWWG
Manuals MPE/iX Intrinsics Reference Manual