Open erichte-ibm opened 3 years ago
The CPU collector should at least the following stats:
Alpha:
ppc64_cpu --frequency
lscpu
cat /proc/cpuinfo
1.0+ release:
ppc64_cpu --smt
vm.rs
consider nproc versus /proc/cpuinfo, for getting number of CPUs actually available to the process
nproc
/proc/cpuinfo
https://www.flamingspork.com/blog/2020/11/25/why-you-should-use-nproc-and-not-grep-proc-cpuinfo/
The CPU collector should at least the following stats:
Alpha:
ppc64_cpu --frequency
lscpu
lscpu
orcat /proc/cpuinfo
1.0+ release:
lscpu
orppc64_cpu --smt
(optional? inferrable from num threads)vm.rs
collector group?)