扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
想测试一下网速 ,可以使用测试网速的一个小工具speedtest。
官方安装方法:
wget https://bintray.com/ookla/rhel/rpm -O bintray-ookla-rhel.repo sudo mv bintray-ookla-rhel.repo /etc/yum.repos.d/yum install speedtest
使用办法:
[root@VM-8286 ~]# speedtest Speedtest by Ookla Server: China Telecom AnHui 5G - Hefei (id = 17145) ISP: China Unicom Liaoning Latency: 14.88 ms (0.26 ms jitter) Download: 188.30 Mbps (data used: 178.1 MB) Upload: 184.98 Mbps (data used: 284.5 MB)
speedtest.py单文件:
wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest.py
./speedtest.py
等待执行结束,就可以看到测试结果了。
除了测速,speedtest 还有其他的一些功能
./speedtest --help
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流