mbox series

[rt-tests,0/4] Streamlining code base?

Message ID 20200902082725.20037-1-dwagner@suse.de
Headers show
Series Streamlining code base? | expand

Message

Daniel Wagner Sept. 2, 2020, 8:27 a.m. UTC
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(-)