Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

NodeCpu

The node cpu information.

API/Interfaces/NodeCpu
hoshimi/src/types/Node.d.ts

Signature

export interface NodeCpu

Properties

3
coressystemLoadlavalinkLoad

Methods

0

No methods.

Properties

cores#
cores: number;

The amount of cores of the node.

@type{number}
systemLoad#
systemLoad: number;

The system load of the node.

@type{number}
lavalinkLoad#
lavalinkLoad: number;

The lavalink load of the node.

@type{number}