On 2022-06-04 10:48:21 [-0400], Gautam Thaker wrote: > I have noticed that > > sudo time ./cyclictest -S -D 30 > > properly completes the test and exits in 30 seconds. However, > > doing: > > sudo time ./cyclictest -S -D 30 -M > > the test never stops, I have to control-C out of it. Is this intended > behavior? The man page did not say anything about this. I would like > to use both -D <many_hours> and -M together. It works for v2.2. What version do you have? I tested it with 5 secs but I would expect that it behaves the same way for 30 secs. > Thanks for any comments. Sebastian