package cpuload
import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/google/cadvisor/utils/cpuload"
Index ¶
Types ¶
type CpuLoadReader ¶
type CpuLoadReader interface { // Start the reader. Start() error // Stop the reader and clean up internal state. Stop() // Retrieve Cpu load for a given group. // name is the full hierarchical name of the container. // Path is an absolute filesystem path for a container under CPU cgroup hierarchy. GetCpuLoad(name string, path string) (info.LoadStats, error) }
func New ¶
func New() (CpuLoadReader, error)
Source Files ¶
cpuload.go
Directories ¶
- Version
- v0.13.0
- Published
- Mar 16, 2015
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 7 minutes ago –
Tools for package owners.