Host Metrics collected.

Hierarchy

  • HostMetrics

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
cpu?: number

The percent of CPU used (everything but idle).

iowait?: number

The percent of CPU spent waiting on the IO (not reported for all platforms).

load?: number

The system load over the last 15 minutes.

Generated using TypeDoc