package
Version:
v2.136.0+incompatible
Opens a new window with list of versions in this module.
Published: Aug 23, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CPUVitals struct {
Sys string `json:"sys,omitempty"`
User string `json:"user,omitempty"`
Wait string `json:"wait,omitempty"`
}
type MemoryVitals struct {
Kb string `json:"kb,omitempty"`
Percent string `json:"percent,omitempty"`
}
type Service interface {
Get() (vitals Vitals, err error)
}
type SpecificDiskVitals struct {
InodePercent string `json:"inode_percent,omitempty"`
Percent string `json:"percent,omitempty"`
}
type UptimeVitals struct {
Secs uint64 `json:"secs,omitempty"`
}
Source Files
¶
Directories
¶
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Click to show internal directories.
Click to hide internal directories.