Interface RequiredStatisticsInternal

Pool worker tasks usage statistics requirements.

Hierarchy

  • RequiredStatistics

Properties

avgRunTime: boolean

Require tasks average runtime.

avgWaitTime: boolean

Require tasks average wait time.

medRunTime: boolean

Require tasks median runtime.

medWaitTime: boolean

Require tasks median wait time.

runTime: boolean

Require tasks runtime.

waitTime: boolean

Require tasks wait time.

Generated using TypeDoc