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

x/lavalink_types/mod.ts>CPUStats

Deno typings for lavalink
Latest
interface CPUStats
Re-export
import { type CPUStats } from "https://deno.land/x/lavalink_types@2.0.6/mod.ts";

Properties

cores: number

The amount of cores on the CPU.

systemLoad: number

The system load on the cores on the CPU.

lavalinkLoad: number

The lavalink load on the cores on the CPU.