MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / cpuCollector

Struct cpuCollector

metric/cpu_openbsd.go:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31import "C"
32
33type cpuCollector struct {
34 cpu typedDesc
35}
36
37func NewCpuCollector() (Collector, error) {
38 return &cpuCollector{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected