How to check connectivity/network speed of your VPS

From vpsget wiki
Revision as of 11:28, 6 June 2018 by Ndi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you concerned about network speed of your vps you can test it by downloading some test files from the internet.

For example:

wget -O /dev/null - http://cachefly.cachefly.net/100mb.test
wget -O /dev/null - http://cachefly.cachefly.net/200mb.test
wget -O /dev/null - http://speedtest.tweak.nl/500mb.bin

This commands should be exexuted in ssh console.