Discolink
    Preparing search index...

    Interface NodeStats

    interface NodeStats {
        players: number;
        playingPlayers: number;
        uptime: number;
        memory: NodeMemory;
        cpu: NodeCPU;
        frameStats: FrameStats | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    players: number

    The amount of players connected to the node

    playingPlayers: number

    The amount of players playing a track

    uptime: number

    The uptime of the node in milliseconds

    memory: NodeMemory

    The memory stats of the node

    cpu: NodeCPU

    The cpu stats of the node

    frameStats: FrameStats | null

    The frame stats of the node. null if the node has no players or when retrieved via /v4/stats