linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] rteval: Handle isolcpus correctly
@ 2023-06-30  9:19 Tomas Glozar
  2023-06-30  9:19 ` [PATCH 1/6] rteval: Detect isolcpus in systopology Tomas Glozar
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Tomas Glozar @ 2023-06-30  9:19 UTC (permalink / raw)
  To: linux-rt-users; +Cc: Tomas Glozar

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-07-25 14:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-30  9:19 [PATCH 0/6] rteval: Handle isolcpus correctly Tomas Glozar
2023-06-30  9:19 ` [PATCH 1/6] rteval: Detect isolcpus in systopology Tomas Glozar
2023-07-25 13:33   ` John Kacur
2023-07-25 13:36   ` John Kacur
2023-06-30  9:19 ` [PATCH 2/6] rteval: Report isolated CPUs Tomas Glozar
2023-07-25 13:38   ` John Kacur
2023-06-30  9:19 ` [PATCH 3/6] rteval: Exclude isolcpus from kcompile by default Tomas Glozar
2023-07-25 13:40   ` John Kacur
2023-06-30  9:19 ` [PATCH 4/6] rteval: Exclude isolcpus from stressng " Tomas Glozar
2023-07-25 13:42   ` John Kacur
2023-06-30  9:19 ` [PATCH 5/6] rteval: Fix CPU count calculation for hackbench Tomas Glozar
2023-07-25 13:44   ` John Kacur
2023-06-30  9:19 ` [PATCH 6/6] rteval: Exclude isolcpus from loads report Tomas Glozar
2023-07-25 14:32   ` John Kacur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).