Skip to content

Add more checks to the cpu collector #7

@erichte-ibm

Description

@erichte-ibm

The CPU collector should at least the following stats:

Alpha:

  • frequency (ppc64) - use ppc64_cpu --frequency
  • number of threads - lscpu
  • cpu model - lscpu or cat /proc/cpuinfo
  • cpu version/revision - same

1.0+ release:

  • SMT on/off - use either lscpu or ppc64_cpu --smt (optional? inferrable from num threads)
  • frequency (x86)
  • powersave/governor/etc
  • amount of cache (may belong in the memory section?)
  • physical vs virtual (perhaps in a new vm.rs collector group?)

Metadata

Metadata

Assignees

Labels

collector-cpuRelating to the cpu group of collectors

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions