@stephen-shopopop/node-metrics
    Preparing search index...

    Interface UnderPressureOptions

    Options for configuring system pressure monitoring

    UnderPressureOptions

    interface UnderPressureOptions {
        maxEventLoopDelay: number;
        maxEventLoopUtilization: number;
        maxHeapUsedBytes: number;
        maxRssBytes: number;
    }
    Index

    Properties

    maxEventLoopDelay: number

    Maximum allowed event loop delay in milliseconds

    maxEventLoopUtilization: number

    Maximum allowed event loop utilization (between 0 and 1)

    maxHeapUsedBytes: number

    Maximum allowed heap memory usage in bytes

    maxRssBytes: number

    Maximum allowed Resident Set Size (RSS) in bytes