X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerUsage.html;h=1ba46b6de4bb95c5c33ac27c99029f57ba39c7f6;hb=5d59ef8fc3bb4082501d2f84c14408a2b7fcfacd;hp=88f5edf76d83449500e0ca79b33e8cc49ce3c551;hpb=47c9cec4c0a1a871153e1811ec6d95c90d2c86d1;p=poolifier.git diff --git a/docs/interfaces/WorkerUsage.html b/docs/interfaces/WorkerUsage.html index 88f5edf7..1ba46b6d 100644 --- a/docs/interfaces/WorkerUsage.html +++ b/docs/interfaces/WorkerUsage.html @@ -1,161 +1,10 @@ -WorkerUsage | poolifier - v2.6.9
-
- -
-
-
-
- -

Interface WorkerUsageInternal

-
-

Worker usage statistics.

-
-
-
-

Hierarchy

-
    -
  • WorkerUsage
-
-
-
- -
-
-

Properties

-
elu +WorkerUsage | poolifier - v3.1.19

Interface WorkerUsageInternal

Worker usage statistics.

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

Properties

-
- - -

Tasks event loop utilization statistics.

-
-
-
- - -

Tasks runtime statistics.

-
-
-
- - -

Tasks statistics.

-
-
-
- - -

Tasks wait time statistics.

-
-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +

Properties

Tasks event loop utilization statistics.

+

Tasks runtime statistics.

+

Tasks statistics.

+

Tasks wait time statistics.

+

Generated using TypeDoc

\ No newline at end of file