LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Network testing program? (https://www.linuxquestions.org/questions/linux-software-2/network-testing-program-154155/)

Joey.Dale 03-06-2004 08:02 AM

Network testing program?
 
Hi all,

I need a network flooding program (I tryed ping -f this does not create a high ammount of traffic) like a DoS program I am not going to nuke anyone but I need to stress test my network.

Thank You and affero points to anyone who answers.

-Joey

bnice 03-06-2004 10:00 AM

Re: Network testing program?
 
Quote:

Originally posted by Joey.Dale
Hi all,

I need a network flooding program (I tryed ping -f this does not create a high ammount of traffic) like a DoS program I am not going to nuke anyone but I need to stress test my network.

Thank You and affero points to anyone who answers.

-Joey

ping -f -s 1024 -l 1000

-f flood
-s size
-l preload - send <count> without waiting for reply

stand back and watch for smoking cables:D

rnturn 03-06-2004 10:14 AM

Re: Network testing program?
 
Quote:

I need a network flooding program (I tryed ping -f this does not create a high ammount of traffic) like a DoS program I am not going to nuke anyone but I need to stress test my network.
By default, ping uses a fairly small packet size. Check out the man page for ping. there are options that can get the load up there. I've been able to get (if, that is, I'm reading the gkrellm meter correctly :-) ) as much as 26MB/sec blasting through the interface when pinging the LAN's broadcast address.

Be sure to play nice and let others know that you're doing this testing.

--

Joey.Dale 03-06-2004 10:26 AM

Thank You

-Joey


All times are GMT -5. The time now is 06:45 AM.