https://github.com/ggrandes/httpbench
HttpBench is a benchmark command line tool for measuring the performance of HTTP web servers
https://github.com/ggrandes/httpbench
benchmark http java
Last synced: about 1 month ago
JSON representation
HttpBench is a benchmark command line tool for measuring the performance of HTTP web servers
- Host: GitHub
- URL: https://github.com/ggrandes/httpbench
- Owner: ggrandes
- License: apache-2.0
- Archived: true
- Created: 2015-08-12T18:52:10.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T09:59:35.000Z (over 1 year ago)
- Last Synced: 2025-07-19T18:09:04.322Z (7 months ago)
- Topics: benchmark, http, java
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httpbench
HttpBench is a benchmark command line tool for measuring the performance of HTTP web servers. Open Source project under Apache License v2.0
### Current Stable Version is [1.0.0](https://search.maven.org/#search|ga|1|g%3Aorg.javastack%20a%3Ahttpbench)
---
## DOC
#### Usage Example (command line)
java -jar httpbench-x.x.x.jar [] [ ...]
Options:
--connectTimeout (default: 30000)
--readTimeout (default: 30000)
--totalRequest (default: 1)
--concurrency (default: 1)
--contentType (default: text/plain)
--method (default: GET)
--keepAlive (default: false)
---
Inspired in [ApacheBench](https://httpd.apache.org/docs/2.4/programs/ab.html) and [Frederic Cambus](http://www.cambus.net/benchmarking-http-servers/), this code is Java-minimalistic version.