StatsEvent

@SerialName(value = "stats")
@Serializable
data class StatsEvent : Message, Stats

Constructors

Link copied to clipboard
constructor(stats: Stats)

Properties

Link copied to clipboard
open override val cpu: Cpu

the cpu stats of the node

Link copied to clipboard
open override 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
open override val memory: Memory

the memory stats of the node

Link copied to clipboard
open override val op: Message.Op
Link copied to clipboard
open override val players: Int

the amount of players connected to the node

Link copied to clipboard
open override val playingPlayers: Int

the amount of players playing a track

Link copied to clipboard
open override val uptime: Long

the uptime of the node in milliseconds