@nats-io/nats-core
    Preparing search index...

    Interface Stats

    interface Stats {
        inBytes: number;
        inMsgs: number;
        outBytes: number;
        outMsgs: number;
    }
    Index

    Properties

    inBytes: number

    Number of bytes received by the client.

    inMsgs: number

    Number of messages received by the client.

    outBytes: number

    Number of bytes sent by the client.

    outMsgs: number

    Number of messages sent by the client.