Re: Tool for testing Concurrent TCP Streams

From: Jin Guojun [VFFS] (jin_at_george.lbl.gov)
Date: 01/15/05

  • Next message: Gleb Smirnoff: "Re: pppoe perfomance"
    Date: Fri, 14 Jan 2005 16:54:37 -0800
    To: "Eddie Oleary (BH/LMI)" <eddie.oleary@ericsson.com>
    
    

    Eddie Oleary (BH/LMI) wrote:

    >A Chairde,
    >
    >
    > Can anybody point me to a tool that will allow me to generate 15,000 + concurrent TCP streams as I want to test a system , and see how many concurrent streams
    >the client can handle before stopping.
    >
    >
    iperf is a such tool, but limitation may occur at No. of file descriptors,
    sockets, and/or threads, which is most likely the bottleneck.

    -- 
    ------------ Jin Guojun ----------- v --- jin@george.lbl.gov ---
    Distributed Systems Department		http://www.dsd.lbl.gov/~jin
    Lawrence Berkeley National Laboratory,	Berkeley, CA 94720
    _______________________________________________
    freebsd-performance@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-performance
    To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org"
    

  • Next message: Gleb Smirnoff: "Re: pppoe perfomance"

    Relevant Pages

    • Re: Socket leak (Was: Re: What triggers "No Buffer Space) Available"?
      ... :*groan* why couldn't this be happening on a server that I have better remote ... the processes that might be using sockets. ... you could just be running out of file descriptors ... Check your mbuf allocation statistics ...
      (freebsd-stable)
    • select() max number of file descriptors
      ... file descriptors. ... I need to learn about this restriction as I am programming a ... Is the 1024 open file descriptor limitation a per process limitation ... Thank you for reading, ...
      (comp.unix.programmer)
    • Re: select() max number of file descriptors
      ... CW> file descriptors. ... Restriction can be on user level or on kernel level. ... CW> Is the 1024 open file descriptor limitation a per process limitation ...
      (comp.unix.programmer)
    • Re: trouble with socket programming and select()
      ... Once you have file descriptors hooked up to the sockets, ... accept new connections, too. ... Create the server socket. ... Process the sockets that need to be read from, written to, or fixed ...
      (comp.unix.programmer)
    • Re: Memory leaks when using sockets
      ... limitation of the system and will have to find a work-around. ... > - Closing RAS ... > - Connecting RAS ... > - Connecting sockets ...
      (microsoft.public.windowsce.embedded.vc)