UpdateUsage

Updates the usage of the system's resources of the node.

Members

Mixins

__anonymous
mixin IO!(ram, cpu)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
cpu
float cpu;

Percentage of CPU used by the node. It may be higher than 100 if the node has more than 1 CPU

ram
uint ram;

Kibibytes of RAM used by the node.

Meta