Does anyone know a way I can test a Linux servers connection speed from ssh? I could use wget but I can't find a file that can be downloaded fast enough. I'm trying to verify that the server can do a gigabit per second.
feedback
|
migrated from stackoverflow.com Aug 18 '10 at 22:37
This question came from our site for professional and enthusiast programmers.
|
This will create 1Gigabit file named out.bin. Change the bs parameter value for a greater file.
| |||
|
feedback
|
|
You could use something like the aria2c downloader. It's like wget, but it supports more methods of downloading, including splitting a file up and downloading bits of it from multiple sources. So, you could find a bunch of mirrors for some popular linux distro and have aria2 download from a bunch of them all at once. If you aren't maxing the line, just try adding more mirrors. Crude, but if you can't find a better method it might come in useful. | |||
|
feedback
|