hoshimi
    Preparing search index...

    Interface NodeCpu

    The node cpu information.

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

    Properties

    cores: number

    The amount of cores of the node.

    lavalinkLoad: number

    The lavalink load of the node.

    systemLoad: number

    The system load of the node.