测试应用端口
while true;do sleep 1s && curl -I -m 10 -o /dev/null -s -w %{http_code}"\n" http://bom-test1.goldwind.com/login:80 | cat >> status.txt;done