reveals: memory, cpu, network

interface SystemHealth {
    CPULoad: CPULoad[];
    FreeMemoryGB: string;
    NetworkStats: NetworkStat[];
    TotalMemoryGB: string;
    UsedMemoryGB: string;
}

Properties

CPULoad: CPULoad[]
FreeMemoryGB: string
NetworkStats: NetworkStat[]
TotalMemoryGB: string
UsedMemoryGB: string