/http-monkey

Continuous HTTP request for network simulation.

Primary LanguageShell

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