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

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.

Awesome Lists containing this project

README

        

# WebBenchmark
*An http benchmark tool that can exhaust the bandwidth of your server.*

[![](https://img.shields.io/github/license/lvillis/webbenchmark?style=flat-square)](https://github.com/lvillis/webbenchmark)
[![](https://img.shields.io/github/repo-size/lvillis/webbenchmark?style=flat-square&color=328657)](https://github.com/lvillis/webbenchmark)
[![Github Actions](https://img.shields.io/github/actions/workflow/status/lvillis/webbenchmark/docker-publish.yml?style=flat-square)](https://github.com/lvillis/webbenchmark/actions)
[![](https://img.shields.io/github/last-commit/lvillis/webBenchmark?style=flat-square&label=commits)](https://github.com/lvillis/webbenchmark)
[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/lvillis/webbenchmark/latest?style=flat-square)](https://hub.docker.com)
[![Docker Pulls](https://img.shields.io/docker/pulls/lvillis/webbenchmark?style=flat-square)](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

[![Jetbrains Logo](https://krwu.github.io/img/jetbrains.svg)](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!