Linux 安装官方 speedtest 作者: Chuwen 时间: 2021-07-24 分类: Linux 评论 ## 序言 原来 `speedtest-cli` 并不是官方出的,如果你要安装要按照 https://www.speedtest.net/apps/cli 的安装教程来 我这就说下在 Linux 怎么去安装运行 speedtest ## 下载 首先访问 https://www.speedtest.net/apps/cli 选择适合你的 Linux 发行版系统,然后选择对应 CPU 架构的即可 ![](https://cdn.nowtime.cc/2021/07/24/3887586944.png) 我这边选择 `aarch64` 的,个人理解是针对 ARM64 位架构的 CPU,复制下下载链接,然后使用 wget 下载: ``` # wget 下载链接 wget https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-aarch64-linux.tgz ``` ## 安装 ``` # 解压文件 tar zxvf 下载的文件名 tar zxvf ookla-speedtest-1.0.0-aarch64-linux.tgz # 运行 ./speedtest ``` ## 运行结果 > 得出结论,至少在赣州移动是没有改变上下对等这个规则的 ``` root@Chainedbox:~# ./speedtest ============================================================================== You may only use this Speedtest software and information generated from it for personal, non-commercial use, through a command line interface on a personal computer. Your use of this software is subject to the End User License Agreement, Terms of Use and Privacy Policy at these URLs: https://www.speedtest.net/about/eula https://www.speedtest.net/about/terms https://www.speedtest.net/about/privacy ============================================================================== Do you accept the license? [type YES to accept]: yes License acceptance recorded. Continuing. Speedtest by Ookla Server: Guangzhou Unicom 5G - Guangzhou (id = 26678) ISP: China Mobile Guangdong Latency: 39.65 ms (0.08 ms jitter) Download: 359.46 Mbps (data used: 449.1 MB) Upload: 311.90 Mbps (data used: 556.8 MB) Packet Loss: 0.0% Result URL: https://www.speedtest.net/result/c/d3010769-3ca8-4b85-82ff-c2a3f41f7896 ```
IPv4& IPv6 在线网速测试网站推荐 作者: Chuwen 时间: 2019-08-19 分类: 谈天说地 2 条评论 # IPv4 网速测试网站推荐: ## 1. SpeedTest【推荐】:[https://speedtest.net][1] > ![Snipaste_2019-08-19_13-10-21.png][2] > **注:Mbps 转换成 MB/s,你只需要 `除以 8` 的结果就是我们平常所说的网速** > SpeedTest 速度结果(上传/下载)速率比较接近宽带的实际速率,延迟主要取决于你选择的测速服务器节点,如果比较近且是相同运行商还会更低一点 ## 2. 东北大学网络测速(IPv4 站点):[http://speed.neu.edu.cn][3] > ![东北大学网络测速(IPv4 站点)测速结果][4] > **注:Mbit/s 转换成 MB/s,你只需要 `除以 8` 的结果就是我们平常所说的网速** > 下载速率可以参考下,上传速率有时候不准确。 > TCP 延迟:是你到东北大学网络测速服务器的延迟,如果你离它较远,延迟会很高,所以实际可以自己用 `ping`命令测试 --- # IPv6 网速测试网站推荐: 1. 东北大学网络测速(IPv6 站点):[http://speed.neu6.edu.cn][5] > ![东北大学网络测速(IPv6 站点)测速结果][6] > **注:Mbit/s 转换成 MB/s,你只需要 `除以 8` 的结果就是我们平常所说的网速** > 同样,下载速率可以参考,上传速率有时候不太准确(偏低) 2. http://speedtest6.club/ [1]: https://speedtest.net [2]: https://cdn.nowtime.cc/2019/08/19/1441745078.png [3]: http://speed.neu.edu.cn [4]: https://cdn.nowtime.cc/2019/08/19/1131812913.png [5]: http://speed.neu6.edu.cn [6]: https://cdn.nowtime.cc/2019/08/19/1573864705.png