package
6.8.16+incompatible
Repository: https://github.com/tencentblueking/beats.git
Documentation: pkg.go.dev

# Functions

Load returns CPU load information for the previous 1, 5, and 15 minute periods.

# Variables

NumCores is the number of CPU cores in the system.

# Structs

CoresMonitor is used to monitor the usage information of all the CPU cores in the system.
LoadAverages stores the values of load averages of the last 1, 5 and 15 minutes.
LoadMetrics stores the sampled load average values of the host.
Metrics stores the current and the last sample collected by a Beat.
Monitor is used to monitor the overall CPU usage of the system.
Percentages stores all CPU values in percentages collected by a Beat.
Ticks stores all CPU values in number of tick collected by a Beat.

# Type aliases

CoreMetrics is used to monitor the usage of individual CPU cores.