Neoview Workload Management Services Guide (R2.4)

INFO WMS Command
The INFO WMS command returns this information about the WMS system configuration:
Syntax
INFO WMS
Considerations
The INFO WMS command returns this information about the WMS system configuration:
Table A-9 INFO WMS Output Information
DescriptionData TypeColumn Name
Sets the default value to use when an ADD SERVICE
command is executed and this parameter is not specified.
Range is 0 to 100 percent. Zero (0) means this threshold is
not checked.
INTMAX_CPU_BUSY
Sets the default value to use when an ADD SERVICE
command is executed and this parameter is not specified.
Range is 0 to 100 percent. Zero (0) means this threshold is
not checked.
INTMAX_MEM_USAGE
Sets the default value to use when an ADD SERVICE
command is executed and this parameter is not
specifiedmax-rows-fetched is 0 to 9223372036854775807.
If it is unspecified, the value from WMS is used. Zero (0)
means no limit.
LARGEINTMAX_ROWS_FETCHED
Sets the default value to use when an ADD SERVICE
command is executed and this parameter is not specified.
Range is 0-1440 minutes. When the timeout value is reached,
WMS cancels the executing query and returns an error
message. Zero (0) means no timeout.
INTEXEC_TIMEOUT
Sets the default value to use when an ADD SERVICE
command is executed and this parameter is not specified.
Range is 0-1440 minutes When the timeout value is reached,
WMS rejects the waiting query and returns an error message.
Zero (0) means no timeout.
INTWAIT_TIMEOUT
Sets the default value to use when an ADD SERVICE
command is executed and this parameter is not specified.
Range is 0-1440 minutes. When the timeout value is reached,
WMS cancels or rejects the holding query and returns an
error message. Zero (0) means no timeout.
INTHOLD_TIMEOUT
Specifies the interval, in seconds, at which WMS collects
runtime statistics for all executing queries managed by the
WMS. Range is 5 through 300 seconds.
INTSTATS_INTERVAL
Specifies the interval, in seconds, at which WMS applies
execution rules for each query, when applicable. Range is
60 through 3600 seconds. If not specified, the interval is 60
seconds by default.
INTRULE_INTERVAL
Examples
This command displays information about the WMS system configuration:
INFO WMS;
INFO WMS Command 123