Neoview Workload Management Services Guide (R2.5)
INFO WMS Command
The INFO WMS command returns information from the WMS metadata about the WMS system
configuration. The metadata is updated less often than shared memory in WMS. See the “STATUS
WMS Command” (page 252), which returns information from shared memory.
Syntax
INFO WMS
Considerations
The INFO WMS command returns this information about the WMS system configuration:
Table A-9 INFO WMS Output
DescriptionData TypeColumn Name
Maximum percentage of CPU busy allowed. Zero
means that this threshold is not checked.
INTMAX_CPU_BUSY
Maximum percentage of memory usage allowed. Zero
means that this threshold is not checked.
INTMAX_MEM_USAGE
Maximum number of rows that can be returned by a
query. Zero means no limit.
LARGEINTMAX_ROWS_FETCHED
Timeout value, in minutes, for executing queries in a
service. Zero means no timeout.
INTEXEC_TIMEOUT
Timeout value, in minutes, for waiting queries in a
service. Zero means no timeout.
INTWAIT_TIMEOUT
Timeout value, in minutes, for holding queries in a
service. Zero means no timeout.
INTHOLD_TIMEOUT
Frequency, in seconds, at which WMS collects runtime
statistics for all executing queries being managed by
WMS
INTSTATS_INTERVAL
Frequency, in seconds, at which WMS evaluates the
execution rules for a query
INTRULE_INTERVAL
Interval, in minutes, after a query starts executing when
WMS starts evaluating the execution rules
INTRULE_INTERVAL_QUERY_EXEC_TIME
Example
This command displays information about the WMS system configuration:
INFO WMS;
INFO WMS Command 223