X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerUsage.html;h=fe96a7b9195a837f9e68a505239b4205c2589551;hb=181af286689e0b42fcac115ace6541364a943af2;hp=3a9a8c5bf16809a45c95fec10cd544b8426a60d5;hpb=71218fcd1ded9a614da1fc09794a0c213ce059c9;p=poolifier.git diff --git a/docs/interfaces/WorkerUsage.html b/docs/interfaces/WorkerUsage.html index 3a9a8c5b..fe96a7b9 100644 --- a/docs/interfaces/WorkerUsage.html +++ b/docs/interfaces/WorkerUsage.html @@ -1,10 +1,10 @@ -WorkerUsage | poolifier - v3.0.8

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 - v4.0.0

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.

+
\ No newline at end of file