X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finterfaces%2FWorkerUsage.html;h=b72a63f993234684b860b602db1e804fa32cb3b4;hb=4ac8e928fb5e8ea7423f03a02edde998e1320921;hp=5347bdf58d3f9528be08e8bf478138eb347d1913;hpb=02723e5f9d99d6aa5f2aa33f4e850264f3498c20;p=poolifier.git diff --git a/docs/interfaces/WorkerUsage.html b/docs/interfaces/WorkerUsage.html index 5347bdf5..b72a63f9 100644 --- a/docs/interfaces/WorkerUsage.html +++ b/docs/interfaces/WorkerUsage.html @@ -1,10 +1,10 @@ -WorkerUsage | poolifier - v4.0.13

Interface WorkerUsageInternal

Worker usage statistics.

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

Properties

elu +WorkerUsage | poolifier - v4.0.14

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.

-
\ No newline at end of file +

Tasks runtime statistics.

+

Tasks statistics.

+

Tasks wait time statistics.

+
\ No newline at end of file