Opensearch dashboards.opsosmetrics
Home > opensearch-dashboards > OpsOsMetrics
OpsOsMetrics interface
OS related metrics
Signature:
export interface OpsOsMetrics
Properties
| Property | Type | Description |
|---|---|---|
| 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; }; } | (Optional) cpu cgroup metrics, undefined when not running in a cgroup |
| cpuacct? | { control_group: string; usage_nanos: number; } | (Optional) cpu accounting metrics, undefined when not running in a cgroup |
| distro? | string | (Optional) The os distrib. Only present for linux platforms |
| distroRelease? | string | (Optional) The os distrib release, prefixed by the os distrib. Only present for linux platforms |
| load | { '1m': number; '5m': number; '15m': number; } | cpu load metrics |
| memory | { total_in_bytes: number; free_in_bytes: number; used_in_bytes: number; } | system memory usage metrics |
| platform | NodeJS.Platform | The os platform |
| platformRelease | string | The os platform release, prefixed by the platform name |
| uptime_in_millis | number | the OS uptime |