CREATE FUNCTION TD_SYSFNLIB.TD_get_COD_limits (
) RETURNS TABLE (
CPULimit SMALLINT,
IOLimit SMALLINT
)
...
;
Syntax Elements
- CPULimit
- The CPU COD maximum value.
- If the WM COD mode is set and PM COD packages are installed, the CPULimit output parameter returns values less than 100%.
- The PM COD package specifies the maximum allowable values.
- If the PM COD mode is set or there are no PM COD packages installed, the CPULimit output parameter returns 100%.
- IOLimit
- The I/O COD maximum value.
- If the WM COD mode is set and PM COD packages are installed, this output parameter returns values determined by the installed PM COD package.
- The PM COD package specifies the maximum allowable values.
- The PM COD package specifies the maximum allowable values.
If the PM COD mode is set or there are no PM COD packages installed, the IOLimit output parameter returns 100%.