Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 585 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 585 Bytes

httpstress

CLI utility for stress testing of HTTP servers with many concurrent connections.

Prints elapsed time and error count for each URL to stdout (if any).
Produces JSON-formatted output like:

{
  "errors": {
    "http://localhost": 500,
    "https://192.168.1.1": 3
  },
  "seconds": 12.8
}

Use: check out the user manual