diff --git a/point/endip.sh b/point/endip.sh index 067d0cd..875f94c 100644 --- a/point/endip.sh +++ b/point/endip.sh @@ -190,7 +190,7 @@ chmod +x warpendpoint ./warpendpoint clear 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 }