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

x/lavalink_types/src/message.ts>StatsData

Deno typings for lavalink
Latest
interface StatsData
import { type StatsData } from "https://deno.land/x/lavalink_types@2.0.6/src/message.ts";

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.