Field - execution_velocity
Execution velocity of service class.
- Map: R723SCS
- Based on: sample_total_using, sample_total_delay
Execution velocity of the service class period, for one timepoint.
The field is created using the following pseudocode:
execution_velocity = sample_total_using * 100 / (sample_total_using + sample_total_delay)