Documentation
¶
Index ¶
- Variables
- func CpuMetrics(cycle int, channel chan types.TimeSeriesData)
- func DiskMetrics(cycle int, ch chan types.TimeSeriesData)
- func FdMetrics(cycle int, ch chan types.TimeSeriesData)
- func LoadMetrics(cycle int, ch chan types.TimeSeriesData)
- func MemoryMetrics(cycle int, ch chan types.TimeSeriesData)
- func NameNotAvalid(name string) bool
- func NetMetrics(cycle int, ch chan types.TimeSeriesData)
- func SwapMetrics(cycle int, ch chan types.TimeSeriesData)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Cycle int
)
View Source
var (
IfaceNamePrefix = []string{"en", "em", "eth", "br"}
)
Functions ¶
func CpuMetrics ¶
func CpuMetrics(cycle int, channel chan types.TimeSeriesData)
func DiskMetrics ¶
func DiskMetrics(cycle int, ch chan types.TimeSeriesData)
func FdMetrics ¶
func FdMetrics(cycle int, ch chan types.TimeSeriesData)
func LoadMetrics ¶
func LoadMetrics(cycle int, ch chan types.TimeSeriesData)
func MemoryMetrics ¶
func MemoryMetrics(cycle int, ch chan types.TimeSeriesData)
func NameNotAvalid ¶
func NetMetrics ¶
func NetMetrics(cycle int, ch chan types.TimeSeriesData)
func SwapMetrics ¶
func SwapMetrics(cycle int, ch chan types.TimeSeriesData)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.