Skip to content

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

About

CLI utility for HTTP stress testing with many concurrent connections

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •