Centos之网络测速(speedtest)-yellowcong

版权声明:本文为博主yellowcong原创文章,未经博主允许不得转载。 https://blog.csdn.net/yelllowcong/article/details/84025114

升级完服务器的带宽后,通过pip来测试带宽

1 安装pip

#1、安装python-pip
yum -y install epel-release
yum -y install python-pip
#升级pip
pip install --upgrade pip

在这里插入图片描述

2 安装speedtest

pip install speedtest-cli

在这里插入图片描述

测速
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/yelllowcong/article/details/84025114