Skip to content

CLI utility for HTTP stress testing with many concurrent connections

License

Notifications You must be signed in to change notification settings

chillum/httpstress

Repository files navigation

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