We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9605d4c commit 6c4fc41Copy full SHA for 6c4fc41
test/cni/Makefile
@@ -94,6 +94,7 @@ _wait_running:
94
$(QUIET) echo "All up!"
95
96
_check_affinity: _wait_up _wait_running
97
+ sudo stdbuf -oL cat /sys/kernel/debug/tracing/trace_pipe &
98
$(QUIET) SRC_IPS="$(SRC_IPS)" ITERATIONS=$(ITERATIONS) ./check_affinity.sh
99
100
_check_perf: _wait_up _wait_running
0 commit comments