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