Hi, I wrote a Python web API that may get large amounts of requests per day. I want to test load levels before I go any further.
What is the best way to simulate large amounts of traffic on my localhost web application? Is there a (linux compatible) tool that will send large amounts of requests to a localhost URL?