Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jesussuarz/d33165911faccff803599e699ef2da41 to your computer and use it in GitHub Desktop.
Save jesussuarz/d33165911faccff803599e699ef2da41 to your computer and use it in GitHub Desktop.
Connection Speed Tests on OVH Network Servers

Connection Speed Tests on OVH Network Servers

For Windows Servers:

Simply navigate to the following link from your server's web browser: http://proof.ovh.net

For Linux Servers:

Find available files to test different connection sizes:

  • 1 Mio File:

    • Size: 1 mebibyte (1,048,576 bytes)
    • Download
  • 10 Mio File:

    • Size: 10 mebibytes (10,485,760 bytes)
    • Download
  • 100 Mio File:

    • Size: 100 mebibytes (104,857,600 bytes)
    • Download
  • 1 Gio File:

    • Size: 1 gibibyte (1,073,741,824 bytes)
    • Download
  • 10 Gio File:

    • Size: 10 gibibytes (10,737,418,240 bytes)
    • Download

Perform the Test:

You can run the following command to initiate the test and obtain connection speed details:

wget -O /dev/null http://proof.ovh.net/files/1Gb.dat

Don't worry about the 1GB.dat file; it won't be stored on your server.

Any news, do not hesitate to ask me, greetings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment