Several new metrics were added to the SPS table to track the Real Time Boosting statistics.
| Column Name | Mode | Description | Data Type |
|---|---|---|---|
| RTBoostCount | count | Number of tasks boosted to real time priority. | FLOAT |
| RTCpuTime | count | Total CPU time in milliseconds consumed by boosted realtime tasks. Real time tasks CPU time is not limited by COD or Hard Limit. | FLOAT |
| RTTasksMax | max | Maximum number of tasks running in boosted realtime priority. | FLOAT |