Field - rate_tcb
TCB rate for the CPU
- Map: SMF70CPU
- Based on: count_tcb, interval_in_milliseconds
The field is created using the following pseudocode:
return count_tcb * 1e3 / interval_in_milliseconds
TCB rate for the CPU
The field is created using the following pseudocode:
return count_tcb * 1e3 / interval_in_milliseconds