1. 程式人生 > >Centos之網路測速(speedtest)-yellowcong

Centos之網路測速(speedtest)-yellowcong

升級完伺服器的頻寬後,通過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

在這裡插入圖片描述

測速
在這裡插入圖片描述