🌋
Vulkava
  • Introduction
  • Getting started
  • Custom Queue
  • Filters example
  • Common issues
  • 📚Docs
    • 🌋Vulkava
    • 🎵Player
    • 🎙️Recorder
    • 📑DefaultQueue
    • 🎛️Filters
    • 🪢Node
    • 💿Track
    • 💿UnresolvedTrack
  • 🖌️Abstract Classes
    • 📶AbstractExternalSource
    • 🎹AbstractQueue
  • 🔖Typedefs
    • 🔍SearchResult
    • 🌋VulkavaOptions
    • 🎛️FilterOptions
    • 🪢NodeOptions
    • 📡NodeStats
    • 🔎SEARCH_SOURCE
  • 📑Enums
    • ConnectionState
    • NodeState
Powered by GitBook
On this page
  1. Typedefs

NodeStats

The node stats types

PreviousNodeOptionsNextSEARCH_SOURCE

Last updated 3 years ago

Property
Description
Type

playingPlayers

The amount of playing players

players

The total amount of players

uptime

The node uptime, in milliseconds

memory

The memory stats object

memory.reservable

Resevable memory, in bytes

memory.used

Used memory, in bytes

memory.free

Free memory, in bytes

memory.allocated

Allocated memory, in bytes

cpu

The cpu stats object

cpu.cores

Amount of CPU cores

cpu.systemLoad

The system load [0, 1]

cpu.lavalinkLoad

The lavalink load [0, 1]

frameStats

The frameStats object

(optional)

frameStats.sent

Total of audio frames sent

frameStats.nulled

Amount of nulled audio frames

frameStats.deficit

Amount of deficit audio frames

🔖
📡
Number
Number
Number
Object
Number
Number
Number
Number
Object
Number
Number
Number
Object
Number
Number
Number