mbox series

[0/2] rteval: Default to higher cyclictest bucket count on non-RT kernels

Message ID 20230816065740.283407-1-tglozar@redhat.com
Headers show
Series rteval: Default to higher cyclictest bucket count on non-RT kernels | expand

Message

Tomas Glozar Aug. 16, 2023, 6:57 a.m. UTC
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(-)