php-landing
php-landing copied to clipboard
Multi-core CPU usage displaying incorrectly without mpstat
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.