nodequality 测试 nq 测试,因为比较吃内存,所以建议放在 nohup 允许
text
nohup bash -c "yes | bash <(curl -sL https://run.NodeQuality.com)" > nq.log 2>&1 &
选择:
text
nohup bash -c "(echo 'y'; yes n) | bash <(curl -sL https://run.NodeQuality.com)" > nq.log 2>&1 &
测速:
text
curl -w "\nDNS解析: %{time_namelookup}\nTCP连接: %{time_connect}\nTLS握手: %{time_appconnect}\n首包 时间: %{time_starttransfer}\n总时间: %{time_total}\n" -o /dev/null -s https://baidu.com
评论
还没有评论,来发第一个吧