IBM SMF Explorer
GitHubToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Field - cpu_busy_percentage

CPU busy percentage

Post-Processed

The field is created using the following pseudocode:

cpu_busy_percentage = cpu_busy_time * cpu_unparked_percentage / cpu_unparked_time
return cpu_busy_percentage.fillna(0)