NodeMemory
The node memory information.
Signature
export interface NodeMemoryProperties
4Methods
0No methods.
Properties
reservable: number;The total memory of the node.
@type{number}
used: number;The used memory of the node.
@type{number}
free: number;The free memory of the node.
@type{number}
allocated: number;The allocated memory of the node.
@type{number}