vote up 4 vote down star
1

There's plenty of websites for it, but they're all Flash, not of much use for servers without graphics mode. Any tool I can use to test up/down bandwidth from Linux command line?

flag

50% accept rate

8 Answers

vote up 2 vote down check

I usually just find a large file somewhere (such as a Linux distro ISO) and use ftp or wget to download it.

I don't think FTP gives you a figure until it's finished, but wget gives you a running commentary.

link|flag
vote up 4 vote down

ab - the apache benchmark tool comes with most installs of apache, can be used to test downstream bandwidth. You could probably use curl for upstream tests

link|flag
That would only test bandwidth to a particular endpoint, not to the entire Internet. – taw Jan 8 '09 at 22:29
To test the bandwith to the entire Internet you would need to test the bandwith to all endpoints on the entire Internet... – matli Jan 8 '09 at 22:31
I've not tried downloading the entire Internet. I'd probably need one of them new fangled 1TB drives? Seriously though, it wouldn't be hard to target a few hosts in areas of interest. I've used ab to check raw bandwidth by hitting something on my ISP home page, for example. – Paul Dixon Jan 8 '09 at 22:33
So, can ab open up multiple concurrent communications channels to every endpoint? That would save me having to remember them all. :-) – paxdiablo Jan 8 '09 at 22:34
vote up 1 vote down

ftp: file transfer protocol.

link|flag
vote up 1 vote down

If you have access to a unix shell on a server somewhere, you can use SCP to move a file between your computer and the server and vice-versa. It gives you the speed of the file transfer.

link|flag
vote up 1 vote down

An easy way would be to time wget/curl then divide the filesize by the time.

eg. 654mb linux distro -- 20 mins

32.7 mb/min

558.08 kb/sec

link|flag
vote up 0 vote down

Pick a large file from a fast source and grab it using wget or curl, A good file to download is Windows XP SP2, large file size and Microsoft's servers allow a very high download speed, unlike some providers who set a per download speed cap.

link|flag
vote up 0 vote down

ping to google.com and find the primitive differnece between TTL value.

link|flag
vote up 0 vote down

Guys, I think you can use "iftop" package... you can download the rpm on http://checksuite.sourceforge.net/dl/.

cheers

Linox

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.