Cpu

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

Cpu statistics of a node.

Constructors

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

Properties

Link copied to clipboard
val cores: Int

the amount of available CPU cores

Link copied to clipboard

the percentage of cpu load of the Lavalink process(0.0-1.0)

Link copied to clipboard

the percentage of cpu load (0.0-1.0)