Interface TaskStatisticsInternal

Pool worker tasks usage statistics requirements.

Hierarchy

  • TaskStatistics

Properties

avgRunTime: boolean

Require tasks average runtime.

avgWaitTime: boolean

Require tasks average wait time.

elu: boolean

Event loop utilization.

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