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