linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Polensky <japo@linux.ibm.com>
To: adrian.hunter@intel.com, irogers@google.com, namhyung@kernel.org
Cc: linux-perf-users@vger.kernel.org
Subject: [RFC PATCH v1 1/1] perf test: Increase load in lock contention test on low-activity systems
Date: Wed,  9 Jul 2025 22:38:09 +0200	[thread overview]
Message-ID: <20250709203809.3211178-1-japo@linux.ibm.com> (raw)

On low-activity systems, the 'kernel lock contention analysis test'
often fails due to insufficient system load. To address this, the test
now increases load by using multiple groups and threads in 'perf bench
sched messaging', scaled to the number of available CPUs.

Signed-off-by: Jan Polensky <japo@linux.ibm.com>
---
 tools/perf/tests/shell/lock_contention.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/perf/tests/shell/lock_contention.sh b/tools/perf/tests/shell/lock_contention.sh
index 30d195d4c62f..e859e1503b5c 100755
--- a/tools/perf/tests/shell/lock_contention.sh
+++ b/tools/perf/tests/shell/lock_contention.sh
@@ -44,7 +44,8 @@ check() {
 test_record()
 {
 	echo "Testing perf lock record and perf lock contention"
-	perf lock record -o ${perfdata} -- perf bench sched messaging > /dev/null 2>&1
+	perf lock record -o ${perfdata} -- perf bench sched messaging \
+		--group "$(nproc)" --thread "$(nproc)" > /dev/null 2>&1
 	# the output goes to the stderr and we expect only 1 output (-E 1)
 	perf lock contention -i ${perfdata} -E 1 -q 2> ${result}
 	if [ "$(cat "${result}" | wc -l)" != "1" ]; then
--
2.48.1


             reply	other threads:[~2025-07-09 20:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-09 20:38 Jan Polensky [this message]
2025-07-10  5:47 ` [RFC PATCH v1 1/1] perf test: Increase load in lock contention test on low-activity systems Thomas Richter
2025-07-16 19:50 ` Namhyung Kim
2025-07-25 16:23   ` Jan Polensky
2025-07-26  5:35     ` Namhyung Kim

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=20250709203809.3211178-1-japo@linux.ibm.com \
    --to=japo@linux.ibm.com \
    --cc=adrian.hunter@intel.com \
    --cc=irogers@google.com \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=namhyung@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).