HP-UX Workload Manager User's Guide
WLM quick start: the essentials for using WLM
Monitoring WLM
Chapter 2 105
# /opt/wlm/bin/wlmpard -a config.wlm -l vpar
For information on the -l option, see wlmpard(1M).
Monitoring WLM
Several methods available for monitoring WLM are described in this
section.
ps
The following ps command has options specific to PRM that WLM uses
to define workload groups when dividing resources within a single
HP-UX instance:
ps [-P] [-R workload_group]
• -P
Adds the column PRMID, showing the workload group for each
process.
# ps -P
PRMID PID TTY TIME COMMAND
g3 6793 ttyp1 1:52 loop.pl
g3 6463 ttyp1 7:02 loop3.pl
g2 6462 ttyp1 4:34 loop2.pl
• -R workload_group
Lists only the processes in the group named by workload_group.
Here is output showing processes in the workload group g3:
# ps -R g3
PID TTY TIME COMMAND
6793 ttyp1 1:29 loop.pl
6463 ttyp1 6:41 loop3.pl