https://github.com/ddliu/http-monkey
Continuous HTTP request for network simulation.
https://github.com/ddliu/http-monkey
curl docker http simulation
Last synced: 10 months ago
JSON representation
Continuous HTTP request for network simulation.
- Host: GitHub
- URL: https://github.com/ddliu/http-monkey
- Owner: ddliu
- Created: 2018-08-02T10:28:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T08:40:38.000Z (almost 5 years ago)
- Last Synced: 2025-01-03T01:21:00.854Z (12 months ago)
- Topics: curl, docker, http, simulation
- Language: Shell
- Homepage: https://hub.docker.com/r/ddliu/http-monkey/
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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