NodeStats
Defined in: src/structures/Types/Node.ts:102
Interface for nodeStats from lavalink
Extends
Section titled “Extends”Extended by
Section titled “Extended by”Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
cpu (src/structures/Types/Node.ts:94) | CPUStats | The cpu stats for the node. |
frameStats ({ BaseNodeStats.frameStats} src/structures/Types/Node.ts:104) | FrameStats | The frame stats for the node. |
memory (src/structures/Types/Node.ts:92) | MemoryStats | The memory stats for the node. |
players (src/structures/Types/Node.ts:86) | number | The amount of players on the node. |
playingPlayers (src/structures/Types/Node.ts:88) | number | The amount of playing players on the node. |
uptime (src/structures/Types/Node.ts:90) | number | The uptime for the node. |