CPU Utilization
Percentage
The percentage of the CPU's capacity that the application uses during execution, impacting the application's performance and server load.
Formula
(CPU Time Used by the Application / Total CPU Time Available) * 100
Example
If an application uses 250 CPU seconds during a period when 1,000 CPU seconds were available, the CPU utilization is (250/1000)*100 = 25%.