linux服务器测网速,linux服务器如何测试网速

以下测试方法仅适用于linux主机测试自己的电脑到网络服务提供商的网络连接速度。Speedtest的工作原理并不复杂,它在你的浏览器中加载JavaScript代码并自动检测离你最近的Speedtest服务器,然后向服务器发送HTTP GET and POST请求来测试上行/下行网速。

linux服务器如何测试网速使用步骤:

安装speedtest-cli

speedtest-cli是一个用Python编写的轻量级Linux命令行工具,在Python2.4至3.4版本下均可运行。它基于Speedtest.net的基础架构来测量网络的上/下行速率。安装speedtest-cli很简单——只需要下载其Python脚本文件。

$ wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py          (这个是下载)

$ chmod a+rx speedtest.py   (这步骤是给这个文件权限)

$ mv speedtest.py /usr/local/bin/speedtest

$ chown root:root /usr/local/bin/speedtest  (然后写入root调用命令 )

使用speedtest测试网速

使用speedtest命令也很简单,它不需要任何参数即可工作。

$ speedtest

输入这个命令后,就能测试出效果。

linux服务器测网速,linux服务器如何测试网速_第1张图片

你可能感兴趣的:(linux服务器测网速)