linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: John Kacur <jkacur@redhat.com>
To: rt-users <linux-rt-users@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>
Cc: Clark Williams <williams@redhat.com>, John Kacur <jkacur@redhat.com>
Subject: [ANNOUNCE] rt-tests-1.7
Date: Fri, 21 Feb 2020 16:21:20 -0500	[thread overview]
Message-ID: <20200221212120.14841-1-jkacur@redhat.com> (raw)

- Fixes to queuelat script
- Little fixes to options and man pages of various programs in the suite
- Fixes / changes to the new snapshot feature
- New script get_cyclictest_snapshot to use the snapshot feature

The snapshot feature gets a snapshot of a running cyclictest instance.
Imagine you are running one or multiple instances of cyclictest on a
large machine, perhaps with the -q option so that you would only get
output at the very end, this feature allows you to see the status so far
without halting cyclictest.

Clone
git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
https://kernel.googlesource.com/pub/scm/utils/rt-tests/rt-tests.git

Branch: unstable/devel/latest

Tag: v1.7

Tarballs are available here:
https://kernel.org/pub/linux/utils/rt-tests

Older version tarballs are available here:
https://kernel.org/pub/linux/utils/rt-tests/older

John Kacur (14):
  rt-tests: queuelat: Assume queuelat is in the path
  rt-tests: cyclicdeadline: Add a simple manpage for cyclicdeadline
  rt-tests: pi_stress: Add short options to usage message
  rt-tests: pi_stress: Sync man page with help
  rt-tests: queuelat: get_cpuinfo_mhz.sh highest value
  rt-tests: determine_maximum_mpps.sh: Fix quoting and other shell issue
  rt-tests: ptsematest: Update man page and add -h option
  rt-tests: queuelat: Fixes to man page and display_help
  rt-tests: svsematest: Display help with an error message for -h
  rt-tests: Use a distinct shm file for each cyclictest instance
  rt-tests: cyclictest: truncate shm files to zero when USR2 received
  rt-tests: Add the get_cyclictest_snapshot.py utility
  rt-tests: Add get_cyclictest_snapshot to Makefile
  rt-tests: Makefile - update version

Kurt Kanzenbach (1):
  make: Make man page compression configurable

 Makefile                                  | 77 +++++++++++++++++------
 src/cyclictest/cyclictest.c               | 25 +++++---
 src/cyclictest/get_cyclictest_snapshot.py | 76 ++++++++++++++++++++++
 src/pi_tests/pi_stress.8                  |  9 +--
 src/pi_tests/pi_stress.c                  | 34 +++++-----
 src/ptsematest/ptsematest.8               |  3 +
 src/ptsematest/ptsematest.c               | 10 +--
 src/queuelat/determine_maximum_mpps.sh    | 75 +++++++++++-----------
 src/queuelat/get_cpuinfo_mhz.sh           |  5 +-
 src/queuelat/queuelat.8                   |  4 +-
 src/queuelat/queuelat.c                   | 22 ++++---
 src/sched_deadline/cyclicdeadline.8       | 53 ++++++++++++++++
 src/svsematest/svsematest.c               |  3 +-
 13 files changed, 291 insertions(+), 105 deletions(-)
 create mode 100755 src/cyclictest/get_cyclictest_snapshot.py
 create mode 100644 src/sched_deadline/cyclicdeadline.8

-- 
2.20.1


                 reply	other threads:[~2020-02-21 21:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20200221212120.14841-1-jkacur@redhat.com \
    --to=jkacur@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=williams@redhat.com \
    /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).