Cpu

@Serializable
data class Cpu(val cores: Int, val systemLoad: Double, val lavalinkLoad: Double)

Cpu statistics.

Constructors

Link copied to clipboard
constructor(cores: Int, systemLoad: Double, lavalinkLoad: Double)

Properties

Link copied to clipboard
val cores: Int

the amount of cores the node has

Link copied to clipboard

the load of Lavalink on the node

Link copied to clipboard

the system load of the node