DEV Community

Navemics
Navemics

Posted on

πŸš€ New open-source alert!

Maelstrom: stress-test your APIs with configurable parameters, detailed logging, and real-time latency metrics. πŸ”πŸ’₯ Multi-threaded & graceful shutdowns included. Test your API’s reliability now! 🌐

πŸ”— GitHub: github.com/twentyone24/maelstrom

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

Check it out if you’re interested. I’d love to hear any feedback or suggestions!

Cheers! Thanks for your time :-)

Top comments (0)