From 9f828f92c23dbaa222a3656f414715d73c76fc90 Mon Sep 17 00:00:00 2001 From: 91yun Date: Fri, 24 Aug 2018 23:00:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E6=B3=A8=E4=BF=AE=E6=94=B9=E4=BA=86?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_code/chinabw.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_code/chinabw.sh b/test_code/chinabw.sh index 4917767..96416aa 100644 --- a/test_code/chinabw.sh +++ b/test_code/chinabw.sh @@ -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"