Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 697 Bytes

kibana-plugin-core-server.opsosmetrics.cpu.md

File metadata and controls

22 lines (17 loc) · 697 Bytes

Home > kibana-plugin-core-server > OpsOsMetrics > cpu

OpsOsMetrics.cpu property

cpu cgroup metrics, undefined when not running in a cgroup

Signature:

cpu?: {
        control_group: string;
        cfs_period_micros: number;
        cfs_quota_micros: number;
        stat: {
            number_of_elapsed_periods: number;
            number_of_times_throttled: number;
            time_throttled_nanos: number;
        };
    };