Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockDeviceGenerator ¶
type BlockDeviceGenerator struct { }
BlockDeviceGenerator XXX
func (*BlockDeviceGenerator) Generate ¶
func (g *BlockDeviceGenerator) Generate() (interface{}, error)
Generate generate metric values
type CPUGenerator ¶
type CPUGenerator struct { }
CPUGenerator Collects CPU specs
func (*CPUGenerator) Generate ¶
func (g *CPUGenerator) Generate() (interface{}, error)
Generate cpu specs
type InterfaceGenerator ¶
type InterfaceGenerator struct { }
InterfaceGenerator XXX
func (*InterfaceGenerator) Generate ¶
func (g *InterfaceGenerator) Generate() ([]spec.NetInterface, error)
Generate XXX
type KernelGenerator ¶
type KernelGenerator struct { }
KernelGenerator XXX
func (*KernelGenerator) Generate ¶
func (g *KernelGenerator) Generate() (interface{}, error)
Generate XXX
type MemoryGenerator ¶
type MemoryGenerator struct { }
MemoryGenerator collects the host's memory specs.
func (*MemoryGenerator) Generate ¶
func (g *MemoryGenerator) Generate() (interface{}, error)
Generate XXX
Click to show internal directories.
Click to hide internal directories.