Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias SystemDiagnostics

    SystemDiagnostics

    type SystemDiagnostics = {
        conGuiCpuUsage?: number;
        conGuiMemUsage?: number;
        totalCpuUsage?: number;
        totalMemUsage?: number;
    }
    Index

    Properties

    conGuiCpuUsage?: number

    CPU usage percent of the back-end application

    conGuiMemUsage?: number

    Memory usage percent of the back-end application

    totalCpuUsage?: number

    Total percent of CPU in use

    totalMemUsage?: number

    Total percent of memory in use