Shows WLM per class resource utilization statistics.
wlmstat [ -l Class | -t Tier ] [ -S | -s ] [ -c | -m | -b ] [ -B Device ] [ -q ] [ -T ] [ -a ] [ -w ] [ -v ] [ Interval ] [ Count ]
The wlmstat command symbolically displays the contents of WLM data structures retrieved from the kernel. If a Count is specified, wlmstat loops Count times and sleeps Interval seconds after each block is displayed. If Interval and Count are not specified, one output report is produced. If Interval is specified but no Count is given, wlmstat outputs results continuously at the given interval until stopped by a signal (SIGINTR, SIGQUIT, SIGKILL, etc.). By default, wlmstat displays the statistics for all the resources for every superclass and subclass. You can specify flags to narrow the focus of the statistics to a type of resource, tier, superclass or subclass and alter the output format.
Results are tabulated, with the following fields:
Name | Class name |
---|---|
CPU | Percentage of total CPU time consumed by the class. |
MEM | Percentage of physical memory consumed by the class. |
DKIO | Percentage of the disk IO bandwidth consumed by the class. This number is the average of the disk bandwidth on all the disk devices accessed by the class, and is usually not very significant. For instance if a class consumes 80% of the bandwidth of one disk and 5% of the bandwidth of two other disks, the DKIO column will show 30%. For details on the per device utilization,, use the -B device option. |
wlmstat
This produces the following output:
CLASS CPU MEM DKIO Unclassified 0 0 0 Unmanaged 0 0 0 Default 0 0 0 Shared 0 0 0 System 0 0 0 class1 12 0 0 class1.Default 4 0 0 class1.Shared 0 0 0 class1.subclass1 4 0 0 class1.subclass2 4 0 0 class2 12 0 0 class2.Default 4 0 0 class2.Shared 0 0 0 class2.subclass1 4 0 0 class2.subclass2 4 0 0
wlmstat -l class1
This produces the following output:
CLASS CPU MEM DKIO class1 12 0 0 class1.Default 4 0 0 class1.Shared 0 0 0 class1.subclass1 4 0 0 class1.subclass2 4 0 0
wlmstat -l class1.subclass2 10 6
This produces the following output:
CLASS CPU MEM DKIO class1.subclass2 4 0 0 class1.subclass2 4 0 0 class1.subclass2 4 0 0 class1.subclass2 4 0 0 class1.subclass2 4 0 0 class1.subclass2 4 0 0
A warning message is issued by wlmstat if WLM is not started.
The wlmcntrl command.