BaseNodeStats
BaseNodeStats object from Lavalink
Extended by
Properties
Property | Type | Description | Defined in |
---|---|---|---|
cpu | CPUStats | The cpu stats for the node. | src/structures/Types/Node.ts:95 |
frameStats | FrameStats | The frame stats for the node. | src/structures/Types/Node.ts:97 |
memory | MemoryStats | The memory stats for the node. | src/structures/Types/Node.ts:93 |
players | number | The amount of players on the node. | src/structures/Types/Node.ts:87 |
playingPlayers | number | The amount of playing players on the node. | src/structures/Types/Node.ts:89 |
uptime | number | The uptime for the node. | src/structures/Types/Node.ts:91 |