Shows wlm class status.
wlmstat [-l class] [-c | -m] [interval] [count]
The wlmstat command symbolically displays the contents of wlm data structures fetched from the kernel. If a count is specified, wlmstat loops count times and sleeps interval seconds after each block is displayed. A summary of operation is also displayed after each loop.
Results are tabulated, with the following fields:
| Name | Class name |
| CPU | Percentage of total CPU time comsumed by the class. |
| MEM | Percentage of physical memory consumed by the class. |
wlmstat
This produces the following output:
Name CPU MEM
nyc 65 2
system 1 13
default 0 7
procsA 7 4
procsB 13 5
student 10 67wlmstat -l student
wlmstat -l student 1 60This produces the following output:
Name CPU MEM
student 9 12
student 9 14
student 10 17
student 9 22
student 9 27
student 10 30
.......No error can be reported by wlmstat.
The wlmcntrl command.