X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerUsage.html;h=b059321699da38efd6bd2610197fde04ddfa5705;hb=2f1f09dc5f508c139470196db208f65a827c1587;hp=d7fa3887cd1df4c7e96fff7d681b6b1477f993e8;hpb=f682cfbe8e6e8f9ccc476e15505c914326702a47;p=poolifier.git diff --git a/docs/interfaces/WorkerUsage.html b/docs/interfaces/WorkerUsage.html index d7fa3887..b0593216 100644 --- a/docs/interfaces/WorkerUsage.html +++ b/docs/interfaces/WorkerUsage.html @@ -1,10 +1,10 @@ -WorkerUsage | poolifier - v4.0.4

Interface WorkerUsageInternal

Worker usage statistics.

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

Properties

elu +WorkerUsage | poolifier - v4.0.7

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