Field - rate_srb
I/O rate for the CPU
- Map: SMF70CPU
- Based on: count_srb, interval_in_milliseconds
The field is created using the following pseudocode:
return count_srb * 1e3 / interval_in_milliseconds
I/O rate for the CPU
The field is created using the following pseudocode:
return count_srb * 1e3 / interval_in_milliseconds