[][src]Module psutil::cpu

Structs

CpuPercentCollector

To get a CpuPercent struct in non-blocking mode.

CpuTimes
CpuTimesPercent

Functions

cpu_percent

Return a float representing the current system-wide CPU utilization as percentage.

cpu_percent_percpu

Return a vector of floats representing the current system-wide CPU utilization as percentage.

cpu_times

Returns information about cpu times usage.

cpu_times_percent

Return a CpuTimesPercent representing the current detailed CPU utilization as a percentage.

cpu_times_percent_percpu

Return a vector of CpuTimesPercent representing the current detailed CPU utilization as percentage per cpu.

cpu_times_percpu

Returns information about cpu time usage on a Vec that contains information per cpu