Scheduler counters

properties of Scheduler counters.

Counters for this category contain information for the Scheduler service.

Counter definitions

Name Key Description Version
TaskFailureCount schedulerModule.failedTasks.name The number of tasks that failed to run 5.0 and later
TaskFinishCount schedulerModule.executedTasks.name The number of tasks ran successfully 5.0 and later
PollCount schedulerModule.totalPolls.name The number of poll cycles completed for all daemon threads 5.0 and later
TaskFinishRate schedulerModule.tasksPerSec.name The number of tasks run per second 5.0 and later
TaskCollisionRate schedulerModule.collisionsPerSec.name The number of collisions encountered per second between competing poll daemons 5.0 and later
PollQueryDuration schedulerModule.queryTime.name The start time in milliseconds for each poll daemon thread's database poll query 5.0 and later
RunDuration schedulerModule.execTime.name The time in milliseconds taken to run a task. 5.0 and later
TaskExpirationRate schedulerModule.taskLoadPerPoll.name The number of tasks in a poll query 5.0 and later
TaskDelayDuration schedulerModule.execLatency.name The period of time in seconds that the task is delayed 5.0 and later
PollDuration schedulerModule.pollTime.name The number of seconds between poll cycles 5.0 and later
TaskRunRate schedulerModule.taskExecPerPoll.name The number of tasks run by each poll daemon thread. (Multiply this by the number of poll daemon threads to get the tasks run per effective poll cycle.) 5.0 and later

Name Granularity Type Level Overhead
TaskFailureCount Per Scheduler CountStatistic All High
TaskFinishCount Per Scheduler CountStatistic All High
PollCount Per Scheduler CountStatistic All High
TaskFinishRate Per Scheduler RangeStatistic All High
TaskCollisionRate Per Scheduler RangeStatistic All High
PollQueryDuration Per Scheduler RangeStatistic All High
RunDuration Per Scheduler RangeStatistic All High
TaskExpirationRate Per Scheduler RangeStatistic All High
TaskDelayDuration Per Scheduler RangeStatistic All High
PollDuration Per Scheduler RangeStatistic All High
TaskRunRate Per Scheduler RangeStatistic All High