Neoview Workload Management Services Guide (R2.5)
Examples
• This command displays information for all the queries in WMS:
STATUS QUERIES ALL;
• This command displays runtime statistics information about all the queries in WMS:
STATUS QUERIES ALL STATS;
• This command displays status information for all the waiting queries in WMS:
STATUS QUERIES WAITING;
• This command displays the total number of executing queries in various states in WMS:
STATUS QUERIES EXECUTING STATS;
• This command displays warning information for queries at the high warning level:
STATUS QUERIES WARN-HIGH;
• This command displays information for all queries in SERVICE1:
STATUS QUERIES SERVICE SERVICE1;
• This command displays information for the executing queries in SERVICE1:
STATUS QUERIES SERVICE SERVICE1 EXECUTING;
• This command displays information for all the queries that belong to the role, ROLE.USR1:
STATUS QUERIES ROLE ROLE.USR1;
• This command displays information for the holding queries that belong to the role,
ROLE.USR1:
STATUS QUERIES ROLE ROLE.USR1 HOLDING;
STATUS QUERIES Command 237