Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lavadeno/deps.ts>Lavalink.StatsData

lavadeno is a simple, easy-to-use, and flexible lavalink client built on the Deno Runtime.
Latest
interface Lavalink.StatsData
import { type Lavalink } from "https://deno.land/x/lavadeno@3.3.0/deps.ts";
const { StatsData } = Lavalink;

Properties

players: number

The amount of players on the node.

playingPlayers: number

The amount of players playing on the node.

uptime: number

The duration the node has been up.

memory: MemoryStats

The nodes memory stats.

The nodes CPU stats.

optional
frameStats: FrameStats

The nodes frame stats.