linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [rt-tests 0/4] Streamlining code base?
@ 2020-09-02  8:27 Daniel Wagner
  2020-09-02  8:27 ` [rt-tests 1/4] cyclicdeadline: Streamline usage output and man page Daniel Wagner
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Daniel Wagner @ 2020-09-02  8:27 UTC (permalink / raw)
  To: Clark Williams, John Kacur; +Cc: linux-rt-users, Daniel Wagner

Hi Clark and John,

I'd like to streamline all tools, so that the usage, command arguments
and the output is more consistent. Every tool seems to be a bit
different which makes all automatization around the tools more complex
than needed.

Eventually, I'd like to add an easy machine parseable output from all
tools. So what do you think? Stupid effort, go away?

Here are a bunch of patches to illustrate what I mean. Before invest
too much time I'd like to discuss it, e.g. format.

Cheers,
Daniel

Daniel Wagner (4):
  cyclicdeadline: Streamline usage output and man page
  deadline_test: Streamline usage output and man page
  oslat: Streamline usage output and man page
  oslat: Use string parser utilies

 src/include/rt-utils.h              |   1 +
 src/lib/rt-utils.c                  |  30 ++++++
 src/oslat/oslat.8                   |   2 +-
 src/oslat/oslat.c                   | 143 ++++++++--------------------
 src/sched_deadline/cyclicdeadline.8 |  24 ++---
 src/sched_deadline/cyclicdeadline.c |  41 ++++----
 src/sched_deadline/deadline_test.8  |  37 ++++---
 src/sched_deadline/deadline_test.c  |  47 +++++----
 8 files changed, 145 insertions(+), 180 deletions(-)

-- 
2.28.0


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

end of thread, other threads:[~2020-09-08 19:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02  8:27 [rt-tests 0/4] Streamlining code base? Daniel Wagner
2020-09-02  8:27 ` [rt-tests 1/4] cyclicdeadline: Streamline usage output and man page Daniel Wagner
2020-09-02  8:27 ` [rt-tests 2/4] deadline_test: " Daniel Wagner
2020-09-02  8:27 ` [rt-tests 3/4] oslat: " Daniel Wagner
2020-09-02  8:27 ` [rt-tests 4/4] oslat: Use string parser utilies Daniel Wagner
2020-09-04  1:39 ` [rt-tests 0/4] Streamlining code base? Clark Williams
2020-09-04  6:31   ` Daniel Wagner
2020-09-04 15:40     ` John Kacur
2020-09-07  8:13       ` Daniel Wagner
2020-09-08 15:23         ` John Kacur

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