Stats
The stats event for the node.
Signature
export interface StatsProperties
7Methods
0No methods.
Properties
op: OpCodes.Stats;The op code for the event.
@type{OpCodes.Stats}
players: number;The amount of players on the node.
@type{number}
playingPlayers: number;The amount of playing players on the node.
@type{number}
memory: NodeMemory;The memory stats of the node.
@type{NodeMemory}
frameStats: NodeFrameStats | null;The frame stats of the node.
@type{NodeFrameStats | null}
cpu: NodeCpu;The cpu stats of the node.
@type{NodeCpu}
uptime: number;The amount of uptime of the node.
@type{number}