X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerUsage.html;h=64b5a196d919f83711e9f1ec7e5c28ff1f69fc2f;hb=242949b268a9bb444ea94f8ef80614904459ef3c;hp=ef7c54bed8aa60772218baeb277133035d8604ba;hpb=51e49c70379025e6709ae33e5cb4bf91b22ccc41;p=poolifier.git diff --git a/docs/interfaces/WorkerUsage.html b/docs/interfaces/WorkerUsage.html index ef7c54be..64b5a196 100644 --- a/docs/interfaces/WorkerUsage.html +++ b/docs/interfaces/WorkerUsage.html @@ -1,124 +1,10 @@ -WorkerUsage | poolifier - v2.7.1
-
- -
-
-
-
- -

Interface WorkerUsageInternal

-
-

Worker usage statistics.

-
-
-
-

Hierarchy

-
    -
  • WorkerUsage
-
-
-
- -
-
-

Properties

-
elu +WorkerUsage | poolifier - v3.1.20

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