package
0.0.0-20241125151401-e66715b925b4
Repository: https://github.com/zenoss/serviced.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewReporter creates a new IOStatReporter with interval and quit.
ParseIOStat creates a map of DeviceUtilizationReports (device name as keys) from a reader with iostat output.
# Variables
ErrIOStatNoDevice occurs when the device name is not in iostat output.
# Structs
DeviceUtilizationReport is a full iostat report.
Reporter implements IOStatGetter and uses interval and quit to control reporting.
SimpleIOStat contains basic information from iostat.
# Interfaces
Getter is an interface to get a channel that reports iostats.