Documentation ¶
Index ¶
Constants ¶
View Source
const ( // IRQ vector to IRQ number IRQNetTX = 2 IRQNetRX = 3 IRQBlock = 4 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter interface { SupportedMetrics() SupportedMetrics Detach() CollectProcesses() ([]ProcessMetrics, error) }
func NewExporter ¶
func NewMockExporter ¶
func NewMockExporter(bpfSupportedMetrics SupportedMetrics) Exporter
type ProcessMetrics ¶ added in v0.7.11
type ProcessMetrics = keplerProcessMetricsT
type SupportedMetrics ¶ added in v0.7.11
type SupportedMetrics struct { HardwareCounters sets.Set[string] SoftwareCounters sets.Set[string] }
func DefaultSupportedMetrics ¶ added in v0.7.11
func DefaultSupportedMetrics() SupportedMetrics
Click to show internal directories.
Click to hide internal directories.