Skip to content

Commit

Permalink
备注修改了下
Browse files Browse the repository at this point in the history
  • Loading branch information
91yun committed Aug 24, 2018
1 parent 6110463 commit 9f828f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_code/chinabw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ chinabw()


#写入日志文件
echo "===开始测试带宽===">>${dir}/$logfilename
echo "===开始测试国内带宽===">>${dir}/$logfilename
echo "$2|$upload|$download|$latency">>${dir}/$logfilename
echo -e "===带宽测试结束==\n\n">>${dir}/$logfilename
echo -e "===国内带宽测试结束==\n\n">>${dir}/$logfilename
}
next
printf "%-18s%-18s%-20s%-12s\n" " Node Name" "Upload Speed" "Download Speed" "Latency"
Expand Down

0 comments on commit 9f828f9

Please sign in to comment.