dashboard-react
    Preparing search index...

    Interface MactopMemory

    Memory sample returned by the topology polling layer.

    interface MactopMemory {
        ram_usage: number;
        ram_total: number;
    }
    Index

    Properties

    Properties

    ram_usage: number
    ram_total: number