This is a patch set that enables rteval to do load calculations and reporting correctly on systems with isolated CPUs. Tomas Glozar (6): rteval: Detect isolcpus in systopology rteval: Report isolated CPUs rteval: Exclude isolcpus from kcompile by default rteval: Exclude isolcpus from stressng by default rteval: Fix CPU count calculation for hackbench rteval: Exclude isolcpus from loads report rteval/modules/loads/__init__.py | 2 +- rteval/modules/loads/hackbench.py | 6 +++- rteval/modules/loads/kcompile.py | 8 +++-- rteval/modules/loads/stressng.py | 5 +++ rteval/modules/measurement/__init__.py | 2 +- rteval/rteval_text.xsl | 4 +++ rteval/sysinfo/cputopology.py | 11 +++++++ rteval/systopology.py | 43 ++++++++++++++++++++++++++ 8 files changed, 76 insertions(+), 5 deletions(-) -- 2.41.0