Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Message types STAT = 0 STATALL = 1 // Stats ALL = 0 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageRequest ¶
type MessageResponse ¶
type NodeStats ¶
type NodeStats struct {
Name string `json:"name"`
CPUUsed float64 `json:"cpuUsed"`
DiskTotal uint64 `json:"diskTotal"`
DiskUsed uint64 `json:"diskUsed"`
DiskUsedPercent float64 `json:"diskUsedPercent"`
MemoryTotal uint64 `json:"memoryTotal"`
MemoryUsed uint64 `json:"memoryUsed"`
MemoryUsedPercent float64 `json:"memoryUsedPercent"`
Error string `json:"error"`
}
Click to show internal directories.
Click to hide internal directories.