https://github.com/lvillis/webbenchmark
An http benchmark tool that can exhaust the bandwidth of your server.
https://github.com/lvillis/webbenchmark
Last synced: 4 months ago
JSON representation
An http benchmark tool that can exhaust the bandwidth of your server.
- Host: GitHub
- URL: https://github.com/lvillis/webbenchmark
- Owner: lvillis
- License: mit
- Created: 2021-05-23T14:56:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:31:38.000Z (about 1 year ago)
- Last Synced: 2024-06-21T17:03:26.467Z (12 months ago)
- Language: Go
- Homepage: https://hub.docker.com/r/lvillis/webbenchmark
- Size: 109 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebBenchmark
*An http benchmark tool that can exhaust the bandwidth of your server.*[](https://github.com/lvillis/webbenchmark)
[](https://github.com/lvillis/webbenchmark)
[](https://github.com/lvillis/webbenchmark/actions)
[](https://github.com/lvillis/webbenchmark)
[](https://hub.docker.com)
[](https://hub.docker.com)---
## Features
* random User-Agent on every Request
* random x-forward-for and x-Real-ip on every Request
* customizable Referer Url
* cocurrent thread as you wish, depends on you server performance.
* post method.## Usage
```
docker run -d \
--name=webbenchmark \
-e url="http://cachefly.cachefly.net/100mb.test" \
-e method="GET" \
-e thread=8 \
--restart=unless-stopped \
lvillis/webbenchmark:latest
```## Related open source projects:
* webBenchmark:https://github.com/maintell/webBenchmark
## Special thanks
[](https://www.jetbrains.com/?from=serverstatus)
Thanks to [Jetbrains](https://www.jetbrains.com/?from=serverstatus) for supporting this small open source project! I
used GoLand and PyCharm for years, they are the best tools!