X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerUsage.html;h=b059321699da38efd6bd2610197fde04ddfa5705;hb=2f1f09dc5f508c139470196db208f65a827c1587;hp=081c762e300c9cb376b734e5b402d57a68314f69;hpb=de2e7182cca6b34b000a09bf6d0ddcff4757db3a;p=poolifier.git diff --git a/docs/interfaces/WorkerUsage.html b/docs/interfaces/WorkerUsage.html index 081c762e..b0593216 100644 --- a/docs/interfaces/WorkerUsage.html +++ b/docs/interfaces/WorkerUsage.html @@ -1,161 +1,10 @@ -WorkerUsage | poolifier - v2.6.25
-
- -
-
-
-
- -

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

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