package resctrl
import "github.com/google/cadvisor/resctrl"
Index ¶
- func RegisterPlugin(name string, plugin ResControlManagerPlugin) error
- type ResControlManager
- type ResControlManagerPlugin
Functions ¶
func RegisterPlugin ¶
func RegisterPlugin(name string, plugin ResControlManagerPlugin) error
Types ¶
type ResControlManager ¶
type ResControlManager interface {
Destroy()
GetCollector(containerName string, getContainerPids func() ([]string, error), numberOfNUMANodes int) (stats.Collector, error)
}
func NewManager ¶
func NewManager(interval time.Duration, vendorID string, inHostNamespace bool) (ResControlManager, error)
type ResControlManagerPlugin ¶
type ResControlManagerPlugin interface {
NewManager(interval time.Duration, vendorID string, inHostNamespace bool) (ResControlManager, error)
}
Source Files ¶
Directories ¶
| Path | Synopsis |
|---|---|
| resctrl/intel | Collector of resctrl for a container. |
| resctrl/intel/install |
- Version
- v0.55.1 (latest)
- Published
- Dec 19, 2025
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 4 months ago –
Tools for package owners.