Python Forum
Test http requests - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Test http requests (/thread-28135.html)



Test http requests - JohnnyCoffee - Jul-06-2020

I'm using the wsgiref module to handle http requests. How could you make request tests until overloaded in order to be able to identify the request capacity wsgiref supports ?


RE: Test http requests - ndc85430 - Jul-07-2020

I've used Siege to do this.


RE: Test http requests - JohnnyCoffee - Jul-10-2020

(Jul-07-2020, 04:46 AM)ndc85430 Wrote: I've used Siege to do this.
Thanks, I'll take a look.