This script can test the performance and speed of a VPS
Script 1
yum -y install wget
wget -qO- git.io/superbench.sh | bash
#Older version
wget -qO- git.io/superbench_old.sh | bash
Script 2 displays a Chinese speed test script for China Mobile / China Telecom / China Unicom
yum -y install wget
wget -qO- git.io/superbench.sh | bash
#Older version
wget -qO- git.io/superbench_old.sh | bash
Or
curl -Lso- https://raw.githubusercontent.com/wn789/Superspeed/master/superbench.sh | bash
