From e4ee8ea94407726d36de6146878ca21cff6e1854 Mon Sep 17 00:00:00 2001
From: Kirill Zaborsky
A server which receives just enough requests to never become idle will score a CPU utilization of 100%. If the server receives - 50% more requests, it will still scores 100%. When the system load + 50% more requests, it will still score 100%. When the system load is calculated with the percentage formula shown previously, the load will increase from 80% to 87%.
The