重庆分公司,新征程启航
为企业提供网站建设、域名注册、服务器等服务
怎么在Linux系统中使用Speedtest测试网速?相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。
创新互联致力于网站建设,网站制作设计,营销网页按需策划,外贸网站建设,企业网站建设,微信小程序,网站SEO优化,网站设计制作案例丰富,是成都做网站公司和建站公司,欢迎咨询。安装speedtest-cli
测试本机所在网络出口的带宽,访问Speendtest.net,点击首页的Begin开始测试,等待几秒,查看测试结果:
pip安装
speedtest是用python写的,没使用过pip的需要先安装pip,
pip安装:https://pip.pypa.io/en/stable/installing/
#开启epel源
yum install python-pip –y
安装speedtest-cli
pip install speedtest-cli
安装完成测试
which speedtest-cli | bash –
github安装
pip install git+https://github.com/sivel/speedtest-cli.git
或者
git clone https://github.com/sivel/speedtest-cli.git
python speedtest-cli/setup.py install
shell安装
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py
chmod +x speedtest-cli
./speedtest-cli
speedtest-cli使用
speedtest-cli –h
/usr/bin/speedtest-cli –share
/usr/bin/speedtest-cli –list
看完上述内容,你们掌握怎么在Linux系统中使用Speedtest测试网速的方法了吗?如果还想学到更多技能或想了解更多相关内容,欢迎关注创新互联行业资讯频道,感谢各位的阅读!