How to check connectivity/network speed of your VPS

From vpsget wiki
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.