X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerUsage.html;h=c21444e8138dce2c86521c3f75aa51592263f351;hb=60dc0a9cc569efeb0566180dd63e6eea8ac2bf3b;hp=e781893b32375783dc57bd08e6298f7a2fabf3ab;hpb=c4dfd49dbde2f3af0adc4a33d582b1c653f859b5;p=poolifier.git diff --git a/docs/interfaces/WorkerUsage.html b/docs/interfaces/WorkerUsage.html index e781893b..c21444e8 100644 --- a/docs/interfaces/WorkerUsage.html +++ b/docs/interfaces/WorkerUsage.html @@ -1,160 +1,10 @@ -WorkerUsage | poolifier
-
- -
-
-
-
- -

Interface WorkerUsageInternal

-
-

Worker usage statistics.

-
-
-
-

Hierarchy

-
    -
  • WorkerUsage
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- - -

Tasks event loop utilization statistics.

-
-
-
- - -

Tasks runtime statistics.

-
-
-
- - -

Tasks statistics.

-
-
-
- - -

Tasks wait time statistics.

-
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +WorkerUsage | poolifier - v3.1.27

Interface WorkerUsageInternal

Worker usage statistics.

+
interface WorkerUsage {
    elu: EventLoopUtilizationMeasurementStatistics;
    runTime: MeasurementStatistics;
    tasks: TaskStatistics;
    waitTime: MeasurementStatistics;
}

Properties

Properties

Tasks event loop utilization statistics.

+

Tasks runtime statistics.

+

Tasks statistics.

+

Tasks wait time statistics.

+

Generated using TypeDoc

\ No newline at end of file