mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update endip.sh
This commit is contained in:
parent
a359c4e9f8
commit
a6a54f237e
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue