X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/baa1984efbcfdf18cdd00baf203dd24b9d5cf24c..d48a4f69b198ff8b3bd026ec63a5ec0905c97c08:/tests/ethloadsend.sh diff --git a/tests/ethloadsend.sh b/tests/ethloadsend.sh index a720202..8a9fc16 100755 --- a/tests/ethloadsend.sh +++ b/tests/ethloadsend.sh @@ -3,18 +3,18 @@ . _lib.sh t() { - ( find -L /usr/src/linux -type f -exec cat '{}' ';'|ssh root@${SSH_CONNECTION%% *} 'cat > /dev/null' ) & + find -L /usr/src/linux -type f -exec cat '{}' ';'|ssh root@${SSH_CONNECTION%% *} 'cat > /dev/null' & PID_LOAD=$! PID_S=`vca_canping -s 1 -b -R FF:$RTPRIO -d $CAN1` - vca_canping -m 1 -R FF:$RTPRIO FF:$RTPRIO -v -g $DRIVER -t 1 -d $CAN0 -w 2 -c 10000 + vca_canping -m 1 -R FF:$RTPRIO -v -g $DRIVER -t 1 -d $CAN0 -w 0 -c $COUNT kill $PID_S - kill $PID_LOAD + kill %% # Kill the whole pipe above } PLOT_CMD=' -set title "Round-trip time with receive ethenet load (`uname -r`)" +set title "Round-trip time with send ethernet load" set logscale y set grid set xlabel "Time [{/Symbol m}s]"