FrameStats

@Serializable
data class FrameStats(val sent: Int, val nulled: Int, val deficit: Int)

Statistics for frames of node for the last 60 seconds.

Constructors

Link copied to clipboard
constructor(sent: Int, nulled: Int, deficit: Int)

Properties

Link copied to clipboard

deficiency of this nodes frames (See https://github.com/Frederikam/Lavalink/blob/master/LavalinkServer/src/main/java/lavalink/server/io/StatsTask.java#L111-L112)

Link copied to clipboard
val nulled: Int

amount of frames lost by this node

Link copied to clipboard
val sent: Int

amount of frames sent by this node