Speedtest是个知名测速网站,中国节点也有很多,而且似乎是运营商提供的,有一定权威性
linux下使用的话,需要python:
简易流程
#yum install epel python-pip
先安装pip(我用的是centos,其他系统请百度如何安装pip)
#pip install speedtest_cli
用pip安装speedtest
#speedtest-cli
这样就开始测速了,就是这么简单!
当然,你可以选择自行编译~
Speedtest是个知名测速网站,中国节点也有很多,而且似乎是运营商提供的,有一定权威性
linux下使用的话,需要python:
#yum install epel python-pip
先安装pip(我用的是centos,其他系统请百度如何安装pip)
#pip install speedtest_cli
用pip安装speedtest
#speedtest-cli
这样就开始测速了,就是这么简单!
当然,你可以选择自行编译~