Documentation ¶
Overview ¶
Package loadstat implements metrics collection related to loadavg
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadStat ¶
type LoadStat struct { OneMinute *metrics.Gauge FiveMinute *metrics.Gauge FifteenMinute *metrics.Gauge // contains filtered or unexported fields }
LoadStat represents load average metrics for 1/5/15 Minutes of current operating system. Caution: reflection is used to read this struct to discover names Do not add new types
Click to show internal directories.
Click to hide internal directories.