众所周知speedtest测试速度很是很准确的,那么我们如何在linux下命令行中测试带宽速度呢,下面我们讲解下:
speedtest是一个轻量级命令工具,它是基于python编写的,常见版本中都可以运行使用的,来测试网络的上下行速率。
工具安装:
[root@94ipcom ~ ] wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py [root@94ipcom ~ ] chmod a+rx speedtest.py [root@94ipcom ~ ] mv speedtest.py /usr/local/bin/speedtest [root@94ipcom ~ ] chown root:root /usr/local/bin/speedtest
工具使用:
使用起来很很简单,直接在命令行中执行:
[root@94ipcom ~ ] speedtest
贴个我测试的结果:
转载请注明:IT运维空间 » linux » Linux下命令行测试带宽速度的方法
发表评论