getSystemLoadAvg
Syntax
getSystemLoadAvg()
Details
Return real-time system load average. To use this function, we must set perfMonitoring=1 in the configuration file to enable performance monitoring.
Parameters
None
Returns
A DOUBLE scalar.
Examples
getSystemLoadAvg();
// output: 5.664062
