0

My question seems to be dumb, but found this page and he mentioned some tools to make dDos attacks, i want to test my application how many concurent connections can handle, but this tools seems to be for thread-based webserver architecture?

How do i test my application made on Tornado (Event driven)?

Abdelouahab Pp
  • 4,252
  • 11
  • 42
  • 65

1 Answers1

1

I always use siege, although I've never used it with tornado so I can't speak to that. Here's a link to how to install and use it: http://www.techrepublic.com/article/test-your-web-server-lay-siege-to-it/5171727

Josh Buell
  • 606
  • 5
  • 12