mirror of
https://github.com/everett7623/nodeloc_vps_test.git
synced 2024-11-10 10:05:18 +00:00
Update Nlbench.sh
This commit is contained in:
parent
ad2b0ced31
commit
a2f9055567
@ -204,11 +204,10 @@ run_script() {
|
|||||||
8)
|
8)
|
||||||
echo -e "运行${YELLOW}iperf3测试...${NC}"
|
echo -e "运行${YELLOW}iperf3测试...${NC}"
|
||||||
run_iperf3_test | tee "$temp_file"
|
run_iperf3_test | tee "$temp_file"
|
||||||
sed -e 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file"
|
sed -i -e 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file"
|
||||||
sed -i -r '1,/\[ ID\] /d' "$temp_file"
|
sed -i -r '1,/\[ ID\] /d' "$temp_file"
|
||||||
cp "$temp_file" "${output_file}_iperf3"
|
cp "$temp_file" "${output_file}_iperf3"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# 回程路由
|
# 回程路由
|
||||||
9)
|
9)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user