pinpox / http-stressor

A tool to run stress tests on HTTP services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http-stressor

A tool to run stress tests on HTTP services

WARNING: Use this tool only at your own risk, agaist your own servers or those you have permission to test. It may result in a Denial-of-Service!

NO WARRENTY whatsoever.

Usage

usage: main [<flags>] <url>

Flags:
      --help               Show context-sensitive help (also try --help-long and --help-man).
  -v, --verbose            Verbose mode, shows requests
      --worker-requests=0  number of requests per worker, use 0 for infinite
      --workers=1000       number of workers

Args:
  <url>  URL to test

About

A tool to run stress tests on HTTP services

License:GNU General Public License v3.0


Languages

Language:Go 100.0%