Skip to content

LithiumX v1.0.8


LithiumX / NodeMessage

Interface: NodeMessage

Defined in: src/Structures/Utils.ts:293

Extends

Properties

cpu

cpu: CPUStats

Defined in: src/Structures/Node.ts:480

The cpu stats for the node.

Inherited from

NodeStats.cpu


frameStats

frameStats: FrameStats

Defined in: src/Structures/Node.ts:482

The frame stats for the node.

Inherited from

NodeStats.frameStats


guildId

guildId: string

Defined in: src/Structures/Utils.ts:296


memory

memory: MemoryStats

Defined in: src/Structures/Node.ts:478

The memory stats for the node.

Inherited from

NodeStats.memory


op

op: "stats" | "playerUpdate" | "event"

Defined in: src/Structures/Utils.ts:295


players

players: number

Defined in: src/Structures/Node.ts:472

The amount of players on the node.

Inherited from

NodeStats.players


playingPlayers

playingPlayers: number

Defined in: src/Structures/Node.ts:474

The amount of playing players on the node.

Inherited from

NodeStats.playingPlayers


type

type: PlayerEventType

Defined in: src/Structures/Utils.ts:294


uptime

uptime: number

Defined in: src/Structures/Node.ts:476

The uptime for the node.

Inherited from

NodeStats.uptime