Lines Matching full:threshold
11 …"osnoise top -P F:1 -c 0 -r 900000 -d 10s -q -S 1 --on-threshold shell,command=\"tests/scripts/che…
21 # and stopping on threshold.
29 check "trace output through --on-threshold trace" \
30 "osnoise hist -S 2 --on-threshold trace" 2 "^ Saving trace to osnoise_trace.txt$"
31 check "trace output through --on-threshold trace with custom filename" \
32 …"osnoise hist -S 2 --on-threshold trace,file=custom_filename.txt" 2 "^ Saving trace to custom_fil…
34 "osnoise hist -S 2 --on-threshold shell,command='echo TestOutput'" 2 "^TestOutput$"
36 …"osnoise hist -S 2 --on-threshold shell,command='echo -n 1' --on-threshold shell,command='echo 2'"…
38 …"osnoise hist -S 2 --on-threshold shell,command='echo -n 1; false' --on-threshold shell,command='e…
40 …"timerlat top -T 2 --on-threshold shell,command='echo -n abc; false' --on-threshold shell,command=…
42 …"osnoise hist -S 2 -d 1s --on-threshold shell,command='echo TestOutput' --on-threshold continue" 0…
44 …"osnoise top -q -S 2 -d 1s --on-threshold shell,command='echo TestOutput' --on-threshold continue"…