Interface EventLoopStats

interface EventLoopStats {
    inFlight: number;
    queued: number;
}

Properties

Properties

inFlight: number

Approximate number of commands actively being proccessed.

queued: number

Approximate number of commands queued on the global command queue, that have not yet been started.

MMNEPVFCICPMFPCPTTAAATR