How to check server’s downloading speed

Create on server ~20M sized file

dd if=/dev/urandom of=test.download bs=1 count=21911926

Or run just for a second 🙂

yes "some text" > test.download

Then download it on your machine:

curl http://yourservernamehere.com/test.download 1>/dev/null

Similar Posts:

    None Found

Leave a Reply

Your email address will not be published. Required fields are marked *