Search code examples
pythondjangohttptestingload

Website stress test in Python - Django


I'm trying to build a small stress test script to test how quickly a set of requests gets done.

Need to measure speed for 100 requests.

Problem is that I wouldn't know how to implement it, as it would require parallel url requests to be called. Any ideas?


Solution

  • Why build it?

    There are several available.

    1. For a single url and many requests try ab
    2. For multiple urls and random tests try siege