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
- Host: GitHub
- URL: https://github.com/monobot/apachebenchmark
- Owner: monobot
- Created: 2016-03-08T11:42:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T12:35:07.000Z (almost 10 years ago)
- Last Synced: 2025-08-28T22:03:12.229Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)