linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] rteval: Default to higher cyclictest bucket count on non-RT kernels
@ 2023-08-16  6:57 Tomas Glozar
  2023-08-16  6:57 ` [PATCH 1/2] rteval: Support custom argument default value help Tomas Glozar
  2023-08-16  6:57 ` [PATCH 2/2] rteval: Set higher cyclictest bucket count on non-RT kernels Tomas Glozar
  0 siblings, 2 replies; 3+ messages in thread
From: Tomas Glozar @ 2023-08-16  6:57 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, Tomas Glozar

When running rteval on non-RT systems, the default number of cyclictest
buckets is not enough to get useful statistics out of it.

To make testing of rteval easier on such systems, this patchset
proposes to set the default value of --cyclictest-buckets to 50000
when a non-RT kernel is detected.

This is a value that should, at least when tested on my machine,
not overflow in a typical run on a non-RT kernel.

Tomas Glozar (2):
  rteval: Support custom argument default value help
  rteval: Set higher cyclictest bucket count on non-RT kernels

 rteval/modules/__init__.py               | 3 ++-
 rteval/modules/measurement/cyclictest.py | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-08-16  6:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-16  6:57 [PATCH 0/2] rteval: Default to higher cyclictest bucket count on non-RT kernels Tomas Glozar
2023-08-16  6:57 ` [PATCH 1/2] rteval: Support custom argument default value help Tomas Glozar
2023-08-16  6:57 ` [PATCH 2/2] rteval: Set higher cyclictest bucket count on non-RT kernels Tomas Glozar

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).