An open API service indexing awesome lists of open source software.

https://github.com/monobot/apachebenchmark

This is a simple apache benchmark script
https://github.com/monobot/apachebenchmark

Last synced: 2 months ago
JSON representation

This is a simple apache benchmark script

Awesome Lists containing this project

README

          

# apacheBenchmark

**This script is a simple wrap around ++apache benchmark++, the tool allows you to test one or serveral servers using a different concurrent requests.**
**You can also authenticate your user if you need to.**

### options
- list of dns of the servers you want to test
`server_list=['', '', '']`

- the batches of requests you are sending
`batches_list=[20, 50, 75, 100]`

- the uris you are asking on each of the servers
`api_dict={'landing': '', 'company': '/api/other'}`

- the total of requests you are sending in total
`total=100`

- User:password
`usr_pass='user:password'`

### requires
- [apache benchmark](https://httpd.apache.org/docs/2.4/programs/ab.html)
- [gnuplot](http://www.gnuplot.info/)
- [python fabric](http://www.fabfile.org/)