package
Version:
v0.0.0-...-5fda629
Opens a new window with list of versions in this module.
Published: Mar 24, 2022
License: MulanPSL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Host struct {
HostName string `json:"name"`
HostIP string `json:"ip"`
CPUCores string `json:"cpu_cores"`
MemSize string `json:"mem_size"`
}
type Metrics struct {
MemTotal uint64 `json:"memTotal"`
MemAvailable uint64 `json:"memAvailable"`
MemUsedPercent float64 `json:"memUsedPercent"`
CpuCount int `json:"cpuCount"`
CpuTotalPercent float64 `json:"cpuTotalPercent"`
BytesSent uint64 `json:"bytesSent"`
BytesRecv uint64 `json:"bytesRecv"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.