Starfall is a stress testing tool designed to test HTTP API endpoints and also determine if the rate limit has been exceeded. There are some tools like Apache JMeter or artillery, but they turn out to be clunky or hard to use, this is why i created Starfall which has a very simple GUI and its easy to use. It allows the user to input the HTTP method, URL, frequency, multiplier, and number of threads to run the test on.
- Download and install Starfall.
- Launch the Starfall application.
- Enter the HTTP method, URL, multiplier, and number of threads.
- Click on the "Charge" button to begin the stress test.
Starfall will run the stress test and show the results of the request in a table below the form, if 429 status code will be returned it will stop the test automatically showing a small warning sign.
Please note that Starfall is designed for testing purposes only and should not be used with malicious intent. Unauthorized use of this tool to stress test systems that do not belong to you can result in legal consequences. Use Starfall responsibly and ethically.