 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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)
 Click to show internal directories. 
   Click to hide internal directories.