I just open-sourced on MIT license a new stress test tool (“Maelstrom”), that was useful to me. It’s lightweight and designed to be efficient for testing API endpoints with configurable parameters. Here are some of its key features:
Customizable Parameters: Set the number of requests, concurrency level, retry limits, and more.
Detailed Logging: Keep track of HTTP status codes and response times.
Email Notifications: Get summaries of test results via email (optional).
Graceful Shutdown: Handles interruptions smoothly.
Latency Metrics: Helps understand average latency of APIs
Graceful Shutdown: Handles interruptions smoothly.
Multi-threaded by design: Simulates multi-threaded concurrent requests to API Endpoints
GitHub: https://github.com/twentyone24/maelstrom
Check it out if you’re interested. I’d love to hear any feedback or suggestions!
Cheers! Thanks for your time 🙂
Comments URL: https://news.ycombinator.com/item?id=41023158
Points: 1
# Comments: 0
Leave a Reply
You must be logged in to post a comment.