Update endip.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-07-24 16:11:24 +00:00
parent a359c4e9f8
commit a6a54f237e
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ chmod +x warpendpoint
./warpendpoint ./warpendpoint
clear clear
cat result.csv | awk -F, '$3!="timeout ms" {print} ' | sort -t, -nk2 -nk3 | uniq | head -11 | awk -F, '{print "端点 "$1" 丢包率 "$2" 平均延迟 "$3}' cat result.csv | awk -F, '$3!="timeout ms" {print} ' | sort -t, -nk2 -nk3 | uniq | head -11 | awk -F, '{print "端点 "$1" 丢包率 "$2" 平均延迟 "$3}'
rm -rf ip.txt warpendpoint rm -rf ip.txt
exit exit
} }