Linux界面都是命令行,也可以测试网速,用的还是speedtest,linux上的版本是基于python的。
因为是下载githup版本库上的软件,linux上要安装git客户端,最简单的方法是yum来安装
yum -y install git
使用git下载测试软件
git clone https://github.com/sivel/speedtest-cli.git
进入软件目录 cd speedtest-cli/
运行speedtest_cli.py
能显示公网IP地址,又能显示上传下载的速度
提醒:网速具有实时性,建议多测试几次取平均值。
本文永久更新地址://m.ajphoenix.com/linux/25997.html