09-11-2017, 04:47 PM
Hello Folks, today I'm going to explain how to test your VPS Internet speed.
Firstly we need to update and upgrade our VPS so you have to execute this command
For Ubuntu / Debian
For CentOS
Then upgrade it [For Ubuntu / Debian]
For CentOS
Now you will have to install Python so we will follow this command
Ubuntu / Debian
CentOS
After installing Python we will have to get the .py file which we are going to test our VPS speed from it so you have to execute this command
Then we have to grant it the permission to work currently so you have to execute this command
The last step now is start to test the VPS speed so you have to execute this command
And wait for about 25 second to finishes the test....
and finally the result will be like that
I saw the same tutorial here but I think this is more better because of this script has more options you can see it by executing this command
So that was our tutorial for today, I hope you liked it. Goodbye.
Firstly we need to update and upgrade our VPS so you have to execute this command
For Ubuntu / Debian
Code: (Select All)
sudo apt-get -y update
For CentOS
Code: (Select All)
sudo yum -y update
Then upgrade it [For Ubuntu / Debian]
Code: (Select All)
sudo apt-get upgrade
For CentOS
Code: (Select All)
sudo yum upgrade
Now you will have to install Python so we will follow this command
Ubuntu / Debian
Code: (Select All)
sudo apt-get install python
CentOS
Code: (Select All)
sudo yum install python
After installing Python we will have to get the .py file which we are going to test our VPS speed from it so you have to execute this command
Code: (Select All)
wget https://raw.githubusercontent.com/systemroot/raws-dev/master/usr/local/raws/ubuntu/st.py
Then we have to grant it the permission to work currently so you have to execute this command
Code: (Select All)
chmod +x st.py
The last step now is start to test the VPS speed so you have to execute this command
Code: (Select All)
./st.py --secure --share
And wait for about 25 second to finishes the test....
and finally the result will be like that
Code: (Select All)
root@amirgt:~# ./st.py --secure --share
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from OVH (xxx.xx.xx.xxx)...
Selecting best server based on latency...
Hosted by Orange (Paris) [1.88 km]: 5.539 ms
Testing download speed........................................
Download: 717.03 Mbit/s
Testing upload speed..................................................
Upload: 140.27 Mbit/s
Share results: https://www.speedtest.net/result/6615237958.png
I saw the same tutorial here but I think this is more better because of this script has more options you can see it by executing this command
Code: (Select All)
./st.py --help
So that was our tutorial for today, I hope you liked it. Goodbye.