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

Field - utilization_total

Percentage application utilization

Description

Percentage application utilization, summing CPU, SRB, RCT, I/O interrupt and hyperspace times.

Post-Processed

The field is created using the following pseudocode:

tcbtime_insec = total_cpu_service_units * 1e10 / cpu_service_coefficient_adjusted
srbtime_insec = total_srb_service_units * 1e10 / srb_service_coefficient_adjusted
return total_time / interval_in_milliseconds