@lacunahub/lavaluna.js
    Preparing search index...

    Interface CPUStats

    interface CPUStats {
        cores: number;
        lavalinkLoad: number;
        systemLoad: number;
    }
    Index

    Properties

    cores: number

    The amount of cores the node has.

    lavalinkLoad: number

    The load of Lavalink on the node.

    systemLoad: number

    The system load of the node.