Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ddliu/http-monkey

Continuous HTTP request for network simulation.
https://github.com/ddliu/http-monkey

curl docker http simulation

Last synced: about 1 month ago
JSON representation

Continuous HTTP request for network simulation.

Awesome Lists containing this project

README

        

# HTTP-MONKEY

Continuous HTTP request for network simulation.

## Usage

```
docker run --rm ddliu/http-monkey https://www.google.com https://www.github.com
```

## Environment variables

- SLEEP: Seconds to sleep every request round
- USERAGENT: User agent to send as header
- SIZE: Add extra content with specific size(filled with 0)
- BACKGROUND: Run with curl in background, and do not affect sleep frequency