Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ddliu/http-monkey
- Owner: ddliu
- Created: 2018-08-02T10:28:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T08:40:38.000Z (about 4 years ago)
- Last Synced: 2024-11-09T03:47:41.055Z (3 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