因为是下载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地址,又能显示上传下载的速度
因为是下载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地址,又能显示上传下载的速度