1

I've written a very basic TCP-Server based on libevent. Now I would like to test the Server.

Is there a tool which generates a lot of connections so that I can check how much concurrent connections the server can handle?

Kenny Rasschaert
  • 8,925
  • 3
  • 41
  • 58
user109343
  • 11
  • 2

1 Answers1

1

Usually, I'd use iperf for something like this. On ArchLinux's repositories, I found tcpperf, which seems to originate from here -- looks a bit dated, YMMV.

jstarek
  • 628
  • 1
  • 6
  • 18