monitor-api - v1.3.0
    Preparing search index...

    Interface NetworkWindow5s

    Rolling network statistics computed from requests recorded in the last five seconds.

    interface NetworkWindow5s {
        avgLatency: number;
        count: number;
        errorRate: number;
        totalPayload: number;
    }
    Index

    Properties

    avgLatency: number

    Average latency in milliseconds for requests in the window.

    count: number

    Number of retained requests in the five-second window.

    errorRate: number

    Fraction of failed or HTTP 4xx/5xx requests, from 0 to 1.

    totalPayload: number

    Total response payload size in bytes for requests in the window.