Method System.getloadavg()
- Method getloadavg
array(float) getloadavg()- Description
Get system load averages.
- Returns
Array float0Load average over the last minute.
float1Load average over the last 5 minutes.
float2Load average over the last 15 minutes.