Neoview Workload Management Services Guide (R2.4)

Examples
This command alters the system configuration to have a statistics refresh interval of 10
seconds:
ALTER WMS STATS_INTERVAL 10;
This command alters the system configuration to have a maximum CPU busy of 80% and
a maximum memory usage of 90%:
ALTER WMS MAX_CPU_BUSY 80, MAX_MEM_USAGE 90;
ALTER WMS Command 107