REPLACE FUNCTION SYSLIB.SetResourceRate (
SampleRate INTEGER,
LogChange VARCHAR(1),
VprocChange VARCHAR(1)
) RETURNS INTEGER
...
;
Syntax Elements
- SampleRate
- Value of the collection rate. This field is used either to collect resource data or to log resource data to the resource usage tables.
- You can specify one of the following:
- LogChange
- Indicator of whether this rate applies to the ResLogging or ResMonitor rate:
- Y or y = ResLogging rate
- N, n, NULL, or blank = ResMonitor rate
- VprocChange
- This field is obsolete.