php-landing icon indicating copy to clipboard operation
php-landing copied to clipboard

Multi-core CPU usage displaying incorrectly without mpstat

Open Alanaktion opened this issue 7 years ago • 0 comments

On Linux/UNIX systems with multiple CPU cores/threads, the CPU usage is based on load average without dividing by cores or capping the values. This isn't ever going to be completely accurate, but should at least divide by cores unless a better way to consistently get CPU utilization without mpstat exists.

Alanaktion avatar Feb 17 '18 08:02 Alanaktion