Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DrsBehaviorUsage ¶
func DrsBehaviorUsage() string
Types ¶
type ResourceUsage ¶
type ResourceUsage struct {
Used int64 `json:"used"`
Free int64 `json:"free"`
Capacity int64 `json:"capacity"`
Usage float64 `json:"usage"`
Summary ResourceUsageSummary `json:"summary"`
}
type ResourceUsageSummary ¶
type Usage ¶
type Usage struct {
Memory ResourceUsage `json:"memory"`
CPU ResourceUsage `json:"cpu"`
Storage ResourceUsage `json:"storage"`
}
Click to show internal directories.
Click to hide internal directories.