Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
You can also create a file say 100mb in size (use dd to create a file) and the FTP it from place to place, that will give you an idea of speed as well. Don't use SCP as SSH can use compression.
scp only uses compression if you tell it to ('-C' flag). and both ftp and scp involve disk access as part of the test.
If you just want to test your nics, use one of the tools above, like netperf (very simple). It only uses memory (fast), system buses (also fast) and and network hardware. If you get good results, it might be a good next step to try ftp or some file-based test to see if file i/o is the point of slowness.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.