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
![[Image: 6615237958.png]](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
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 updateFor CentOS
Code: (Select All)
sudo yum -y updateThen upgrade it [For Ubuntu / Debian]
Code: (Select All)
sudo apt-get upgradeFor CentOS
Code: (Select All)
sudo yum upgradeNow you will have to install Python so we will follow this command
Ubuntu / Debian
Code: (Select All)
sudo apt-get install pythonCentOS
Code: (Select All)
sudo yum install pythonAfter 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.pyThen we have to grant it the permission to work currently so you have to execute this command
Code: (Select All)
chmod +x st.pyThe last step now is start to test the VPS speed so you have to execute this command
Code: (Select All)
./st.py --secure --shareAnd 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![[Image: 6615237958.png]](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 --helpSo that was our tutorial for today, I hope you liked it. Goodbye.
 
	
 
	
 I hope you liked it
 I hope you liked it 