Table of Contents

Class LavalinkStatistics

Namespace
DSharpPlus.Lavalink.Entities
Assembly
DSharpPlus.Lavalink.dll

Represents statistics of Lavalink resource usage.

public sealed class LavalinkStatistics
Inheritance
LavalinkStatistics

Properties

ActivePlayers

Gets the number of currently-playing players.

AverageDeficitFramesPerMinute

Gets the average frame deficit per minute.

AverageNulledFramesPerMinute

Gets the average number of frames that were sent as null per minute.

AverageSentFramesPerMinute

Gets the average number of sent frames per minute.

CpuCoreCount

Gets the number of CPU cores available.

CpuLavalinkLoad

Gets the total % of CPU resources used by lavalink.

CpuSystemLoad

Gets the total % of CPU resources in use on the system.

RamAllocated

Gets the amount of allocated RAM, in bytes.

RamFree

Gets the amount of free RAM, in bytes.

RamReservable

Gets the amount of reservable RAM, in bytes.

RamUsed

Gets the amount of used RAM, in bytes.

TotalPlayers

Gets the total number of players.

Uptime

Gets the node uptime.