Generating Traffic Flows

Hello All,

Would anyone know of a software that I could use to generate traffic between two computers - a server and a client??

I am trying to run some benchmarks on packet loss / delay statistics.

Thanking you for your help,

Cheers,

atwinix
 
fetch() and www/lighttpd with some BIG file...
to create big file $ dd if=/dev/random of=big_file bs=1m count=5000

setup http server, to host this file and fetch it.

Or setup ftpd :D, don't need to install anything this way :D
 
Thanks for the quick replies! Anyone ever heard of something called "NNTCP" or something like that!?
 
atwinix
Check this:
Code:
make search key=tcp -C /usr/ports/benchmarks/
There is also nttcp, I believe it is what you were asking about.
 
Back
Top