package
0.0.0-20240424201108-033c84560eab
Repository: https://github.com/estesp/bucketbench.git
Documentation: pkg.go.dev

# Functions

NewCGroupsSampler creates a stats sampler from existing control group.
NewPSUtilSampler creates a new ps util sampler.
NewSampler creates a CGroups stats sampler on Linux for a given 'cgroupPath' and fallbacks to psutils implementation on other operating systems.

# Structs

CGroupsSampler represents Linux cgroups sampler.
ProcMetrics represents stats sample from daemon.
PSUtilSampler represents ps util sampler.

# Interfaces

Process represents an interfaces of a daemon to be sampled.
Sampler represents an interface of a sampler.