1. Software Engineering
  2. Development Process

CPU Utilization

Percentage

Measures the percentage of the CPU's capacity utilized by the application during execution, impacting 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%.