Check Upload/Download Speed and Performance Of my VPS?

rwsorensen

WMS Marketplace Seller
Joined
Mar 12, 2014
Messages
193
Points
18
Hello,

Can you show me some common ways to check/test speed of my VPS without using tools like gtmatrix or pingdom. I want to check speed directly from my VPS. Is it possible?
For example, when I buy a new vps I can check old and new one, which is faster base on my testing?

Please guide
Thanks
Sorensen
 

ElixantTechnology

New member
Joined
Nov 26, 2014
Messages
622
Points
0
There are a couple things you need to consider in relation to the speed you'll be downloading/uploading things. A lot of this has to do with geographical location and distance from the test node that you'll be downloading the file from. There is no real way to get an accurate test, however, Speedtest.net does have a SSH based utility that you can utilize if absolutely necessary.

Code:
$ wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
$ chmod a+rx speedtest_cli.py
$ sudo mv speedtest_cli.py /usr/local/bin/speedtest-cli
$ sudo chown root:root /usr/local/bin/speedtest-cli
It is straightforward to check your Internet speed with speedtest-cli. Running speedtest-cli command without any argument gets its job done.

Code:
$ speedtest-cli
This will automatically discover the closest Speedtest.net server (in terms of geographic distance), and report download and upload speed measured from the server.

11863816915_8b5ace50a1_z.jpg

If you want to share the speed test result, you can use "--share" option, which will allow you to share speed test result with others in an image format via Speedtest.net.

11864259554_170aae722c_z.jpg

As said previously, there are a lot of factors that need to be considered when running these tests.
 

rwsorensen

WMS Marketplace Seller
Joined
Mar 12, 2014
Messages
193
Points
18
Code:
$ wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
$ chmod a+rx speedtest_cli.py
$ sudo mv speedtest_cli.py /usr/local/bin/speedtest-cli
$ sudo chown root:root /usr/local/bin/speedtest-cli
which directory i start running this code?
$ wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
from root?

/usr/local/bin/
I can move to another directory on my server instead of that?

$ speedtest-cli
run at bin directory?

Srr, I must ask these questions because I'm still new with controlling a vps :)
 

ElixantTechnology

New member
Joined
Nov 26, 2014
Messages
622
Points
0
When you log into SSH just run the commands line for line, no need to move around or anything, everything is there.

which directory i start running this code?

from root?


I can move to another directory on my server instead of that?


run at bin directory?

Srr, I must ask these questions because I'm still new with controlling a vps :)
 

Hassan

New member
Joined
Nov 11, 2014
Messages
706
Points
0
you are not checking the exact speed of your vps. You are just checking how the speed is for the link between your vps and the server you upload/download from and the servers/routers in between.
 

Euservr

New member
Joined
Dec 7, 2014
Messages
28
Points
0
Login to server as root and enter this command wget http://mirror.nl.leaseweb.net/speedtest/100mb.bin

You can find more test file here http://mirror.nl.leaseweb.net/speedtest/

[root@TQGK001 ~]# wget http://mirror.nl.leaseweb.net/speedtest/100mb.bin
--2015-01-03 05:19:15-- http://mirror.nl.leaseweb.net/speedtest/100mb.bin
Resolving mirror.nl.leaseweb.net... 94.75.223.121, 2001:1af8:4030:1:0:dead:beef:cafe
Connecting to mirror.nl.leaseweb.net|94.75.223.121|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 100000000 (95M) [application/octet-stream]
Saving to: “100mb.bin”
100%[======================================>] 100,000,000 63.2M/s in 1.5s
2015-01-03 05:19:17 (63.2 MB/s) - “100mb.bin” saved [100000000/100000000]
 

ElixantTechnology

New member
Joined
Nov 26, 2014
Messages
622
Points
0
Upload a 100MB file to your server - download it from your server. Look at the speed in the process.

EDIT: Keep in mind that this speed will be limited by the speed cap on your home internet connection, and with most BGP providers you won't see too much difference in speed because of this cap. Unless you're running a ultra high-speed connection at home, you won't get an accurate reading.

You are right :eek:hmy:

Exactly I want to check speed between my IP location and my VPS :)
Are there any ways?
 
Older threads
Newer threads
Replies
5
Views
2,884
Replies
2
Views
2,446
Replies
3
Views
2,358
Latest threads
Replies
1
Views
102
Replies
0
Views
113
Replies
0
Views
167
Replies
5
Views
413
Recommended threads
Replies
0
Views
2,847
Replies
2
Views
3,035
Replies
3
Views
652
Replies
4
Views
2,603

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top