Loop Mode
Running multiple requests for stress testing
Loop Mode
Loop mode allows you to run the same request multiple times, perfect for stress testing APIs or generating bulk data.
Basic Usage
Run a request 10 times:
With Dynamic Data
Each iteration generates new placeholder values:
This creates 100 different users, each with a unique name.
Stress Testing
Test API performance under load:
Output Summary
After loop mode completes, Tabby shows:
- Total requests made
- Successful responses
- Failed responses
- Average response time
- Min/Max response times
Best Practices
- Start small - Begin with
-l 10to verify everything works - Monitor the API - Check server logs during stress tests
- Use rate limiting - Some APIs may throttle or block rapid requests
- Template variety - Use placeholders to generate realistic varied data