Stats

The stats event for the node.

Signature

export interface Stats

Properties

players: number;

The amount of players on the node.

@type{number}
playingPlayers: number;

The amount of playing players on the node.

@type{number}
cpu: NodeCpu;

The cpu stats of the node.

@type{NodeCpu}
uptime: number;

The amount of uptime of the node.

@type{number}