From: Tomas Glozar <tglozar@redhat.com>
To: linux-rt-users@vger.kernel.org
Cc: jkacur@redhat.com, Tomas Glozar <tglozar@redhat.com>
Subject: [PATCH 0/2] rteval: Default to higher cyclictest bucket count on non-RT kernels
Date: Wed, 16 Aug 2023 08:57:38 +0200 [thread overview]
Message-ID: <20230816065740.283407-1-tglozar@redhat.com> (raw)
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
next reply other threads:[~2023-08-16 6:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-16 6:57 Tomas Glozar [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230816065740.283407-1-tglozar@redhat.com \
--to=tglozar@redhat.com \
--cc=jkacur@redhat.com \
--cc=linux-rt-users@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).