Neoview Workload Management Services Guide (R2.5)

STATUS WMS DETAIL Command
The STATUS WMS DETAIL command displays information about CPU and memory consumption
per segment and per node.
Syntax
STATUS WMS DETAIL
Considerations
The STATUS WMS DETAIL command displays this information:
Table A-29 STATUS WMS DETAIL Command Output
DescriptionData TypeColumn Name
Segment numberINTSEGMENT
Node numberINTNODE
Current CPU busyFLOATCPU_BUSY
Current memory usageFLOATMEM_USAGE
Example
This command displays information about CPU and memory consumption per segment and per
node:
WMS>status wms detail;
SEGMENT NODE CPU_BUSY MEM_USAGE
----------- ----------- ------------------------ ------------------------
1 0 100.0 66.0
1 1 100.0 62.0
1 2 100.0 71.0
1 3 100.0 64.0
2 0 0.47840389609336853 57.0
2 1 0.29045435786247253 59.0
2 2 0.3483542501926422 51.0
2 3 0.1495790034532547 45.0
3 0 0.37387987971305847 50.0
3 1 0.3734622895717621 51.0
3 2 0.3300846517086029 45.0
3 3 0.15725573897361755 43.0
--- WMS operation complete.
WMS>
STATUS WMS DETAIL Command 255