Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.44 KB

kibana-plugin-core-server.opsosmetrics.md

File metadata and controls

28 lines (20 loc) · 2.44 KB

Home > kibana-plugin-core-server > 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;
};
}
cpu cgroup metrics, undefined when not running in a cgroup
cpuacct {
control_group: string;
usage_nanos: number;
}
cpu accounting metrics, undefined when not running in a cgroup
distro string The os distrib. Only present for linux platforms
distroRelease string 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