Stats

interface Stats

Representation of node stats.

Inheritors

Properties

Link copied to clipboard
abstract val cpu: Cpu

the cpu stats of the node

Link copied to clipboard
abstract val frameStats: FrameStats?

the frame stats of the node. null if the node has no players or when retrieved via /v4/stats

Link copied to clipboard
abstract val memory: Memory

the memory stats of the node

Link copied to clipboard
abstract val players: Int

the amount of players connected to the node

Link copied to clipboard
abstract val playingPlayers: Int

the amount of players playing a track

Link copied to clipboard
abstract val uptime: Long

the uptime of the node in milliseconds