mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Add Blast (#1689)
Blast is a tool I developed to send ~6m API requests from a CSV data source. I've extended it to include more load-testing specific features. It's protocol agnostic, so non-http APIs can be easily supported. Batch job features: * Use CSV data source to send millions of API requests. * Automatic resume after exit. Load testing features: * Change the rate (requests per second) interactively during the run. * Simple, useful latency stats.
This commit is contained in:
parent
e086c808b2
commit
e507f23dbc
@ -1556,6 +1556,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
* [aurora](https://github.com/xuri/aurora) - Cross-platform web-based Beanstalkd queue server console.
|
* [aurora](https://github.com/xuri/aurora) - Cross-platform web-based Beanstalkd queue server console.
|
||||||
* [awsenv](https://github.com/soniah/awsenv) - Small binary that loads Amazon (AWS) environment variables for a profile.
|
* [awsenv](https://github.com/soniah/awsenv) - Small binary that loads Amazon (AWS) environment variables for a profile.
|
||||||
* [Banshee](https://github.com/eleme/banshee) - Anomalies detection system for periodic metrics.
|
* [Banshee](https://github.com/eleme/banshee) - Anomalies detection system for periodic metrics.
|
||||||
|
* [Blast](https://github.com/dave/blast) - A simple tool for API load testing and batch jobs.
|
||||||
* [bombardier](https://github.com/codesenberg/bombardier) - Fast cross-platform HTTP benchmarking tool.
|
* [bombardier](https://github.com/codesenberg/bombardier) - Fast cross-platform HTTP benchmarking tool.
|
||||||
* [bosun](https://github.com/bosun-monitor/bosun) - Time Series Alerting Framework.
|
* [bosun](https://github.com/bosun-monitor/bosun) - Time Series Alerting Framework.
|
||||||
* [dogo](https://github.com/liudng/dogo) - Monitoring changes in the source file and automatically compile and run (restart).
|
* [dogo](https://github.com/liudng/dogo) - Monitoring changes in the source file and automatically compile and run (restart).
|
||||||
|
Loading…
Reference in New Issue
Block a user