sysPulseRefreshInterval
perf.hm sysPulseRefreshInterval int time_interval
Description
Specifies the interval in seconds to measure the utilization of system resources. You can set the value to 0 to disable the system pulse measurement.
The default is 1, which means to delay the pulse measurement by 1 sec.
The Health Monitor autocorrects the value when the specified integer is invalid.
GUI Equivalent
|
Diagnostic Center – Performance – Health Monitor – Health Monitor (Advanced) – Options |
|
Examples
envGetVal("perf.hm" "sysPulseRefreshInterval")
envSetVal("perf.hm" "sysPulseRefreshInterval" 'int 2)
Related Topics
Health Monitor (Advanced) Form
Return to top