如何测试Linux服务器网速
Linux系统使用起来没有Windows方便,Linux都是用命令来运行程序,所以测速的时候并没有Windows简单直观。
下面教大家使用speedtest来测试Linux的网速
1.使用git下载测试软件
git clone https://github.com/sivel/speedtest-cli.git
2.进入软件目录
cd speedtest-cli
3.运行speedtest.py
./speedtest.py
**如果不能执行,给这个文件权限改成777
4.说明
我们得到的是Mbit/s,真正的MB是需要Mbit/s除以8,才能得到MB/s
Download:是下载速度 Upload:是上传速度