Name | Description |
long peakTime | Longest amount of time, in milliseconds, that Task Engine spent processing a task. |
float averageTime | Average amount of time, in milliseconds, that Task Engine spent processing a task. |
int numActions | Number of tasks that Task Engine processed. |
long totalTime | Total amount of time, in milliseconds, that Task Engine spent processing tasks. |
deltanumActions | Delta value of the number of tasks that Task Engine processed. This KPI reports the difference between the last two continuous poll readings of numActions. |
deltatotalTime | Delta value of the total amount of time, in milliseconds, that Task Engine spent processing tasks. This KPI reports the difference between the last two continuous poll readings of totalTime. |