Crates.io | boomhammer |
lib.rs | boomhammer |
version | 0.1.0 |
source | src |
created_at | 2024-05-30 10:19:06.566555 |
updated_at | 2024-05-30 10:19:06.566555 |
description | boomhammer is a small HTTP load testing tool |
homepage | https://github.com/erikh/boomhammer |
repository | https://github.com/erikh/boomhammer |
max_upload_size | |
id | 1256764 |
size | 35,102 |
boomhammer is similar to wrk
in that it is intended to be very simple. It does not perform as well as wrk
, but improving performance is a goal: right now it's around 75% of what wrk
does.
boomhammer -c <cpus> <url>
As of this writing, the URL must be an IP address.
boomhammer is extremely immature and is used to stress another product I'm working on. As time passes, more features will be added and performance will be improved.
Erik Hollensbe erik@hollensbe.org
MIT