rt-tests/src
Daniel Wagner 170a8ce6de signaltest: Only print from the first thread stats when quiet
When the quiet option is used don't print all threads stats. The first
thread will pause every 16 cycles for 10000us. This will show up in
the max values for all other threads when the final results are
printed:

 # signaltest -q  -D 2s
 T: 0 ( 4517) P: 0 C:   3121 Min:      5 Act:    8 Avg:    8 Max:      19
 T: 1 ( 4518) P: 0 C:   3121 Min:      5 Act:10065 Avg:  639 Max:   10073

We could also remove the sleep but then the system gets fully loaded
by the test. Furthermore, we would keep the path pretty hot and that's
not ideal if one wants to test the eratic signal behavior. So only
consider the first thread for the stats.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
Signed-off-by: John Kacur <jkacur@redhat.com>
2020-09-03 13:37:17 -04:00
..
arch/android Android: Expand match for android in ostype 2015-10-22 10:38:55 +02:00
backfire rt-utils: Move time defininitions to common header 2020-09-03 10:24:15 -04:00
cyclictest rt-utils: Move ARRAY_SIZE to common header 2020-09-03 10:35:04 -04:00
hackbench rt-tests: hachbench: Update the usage and man page for -F|--fifo option 2020-05-05 12:34:37 -04:00
hwlatdetect rt-tests: Add SPDX tags V3 2019-11-26 17:33:27 +01:00
include rt-utils: Move ARRAY_SIZE to common header 2020-09-03 10:35:04 -04:00
lib rt-tests: cyclictest: Move ftrace helpers into rt-utils.[ch] 2020-08-18 16:28:25 -04:00
oslat rt-tests: oslat: Proper reformat of code 2020-08-20 09:46:02 -04:00
pi_tests rt-utils: Move time defininitions to common header 2020-09-03 10:24:15 -04:00
pmqtest rt-utils: Move time defininitions to common header 2020-09-03 10:24:15 -04:00
ptsematest rt-utils: Move time defininitions to common header 2020-09-03 10:24:15 -04:00
queuelat rt-utils: Move time defininitions to common header 2020-09-03 10:24:15 -04:00
rt-migrate-test rt-tests: Add SPDX tags V3 2019-11-26 17:33:27 +01:00
sched_deadline rt-tests: cyclicdeadline: Add a simple manpage for cyclicdeadline 2020-01-16 18:04:43 +01:00
signaltest signaltest: Only print from the first thread stats when quiet 2020-09-03 13:37:17 -04:00
sigwaittest rt-utils: Move time defininitions to common header 2020-09-03 10:24:15 -04:00
ssdd rt-tests: Add SPDX tags V3 2019-11-26 17:33:27 +01:00
svsematest rt-utils: Move time defininitions to common header 2020-09-03 10:24:15 -04:00