chillum / httpstress

CLI utility for HTTP stress testing with many concurrent connections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 97.9%Language:Ruby 2.1%