_Added in 1.8.10_ *$cpuload* Returns current "CPU":https://en.wikipedia.org/wiki/Central_processing_unit load in percentage. _Can take a while to return a value/freeze on first use._ *Properties* .cores - Returns the combined load of all "CPU":https://en.wikipedia.org/wiki/Central_processing_unit cores. ----------------------------------- _Added in 3.4_ *$cpuload(N)* Returns the current "CPU":https://en.wikipedia.org/wiki/Central_processing_unit load in percentage for the Nth core. *Parameters* table(ktable). |*Parameter*|*Description*| | N | If N = 0 returns number of cores, otherwise the load for the Nth cpu core. | *Example*
//echo -ag the current load for the 3rd core is $cpuload(3)