hoshimi
    Preparing search index...

    Interface Stats

    The stats event for the node.

    interface Stats {
        cpu: NodeCpu;
        frameStats: NodeFrameStats | null;
        memory: NodeMemory;
        op: Stats;
        players: number;
        playingPlayers: number;
        uptime: number;
    }
    Index

    Properties

    cpu: NodeCpu

    The cpu stats of the node.

    frameStats: NodeFrameStats | null

    The frame stats of the node.

    memory: NodeMemory

    The memory stats of the node.

    op: Stats

    The op code for the event.

    players: number

    The amount of players on the node.

    playingPlayers: number

    The amount of playing players on the node.

    uptime: number

    The amount of uptime of the node.