Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 398 Bytes

File metadata and controls

12 lines (8 loc) · 398 Bytes

Load generating HTTP server

This is a HTTP server that creates CPU load for every request to /load. It also includes a health check on /health. It listens on port 8080.

Run it:

docker run -p 8080:8080 janoszen/http-load-generator

Alternatively, you can download the binary from the releases section and run it manually.