https://github.com/pinpox/http-stressor
A tool to run stress tests on HTTP services
https://github.com/pinpox/http-stressor
denial-of-service dos golang http stress stresstest
Last synced: 4 months ago
JSON representation
A tool to run stress tests on HTTP services
- Host: GitHub
- URL: https://github.com/pinpox/http-stressor
- Owner: pinpox
- License: gpl-3.0
- Created: 2020-03-05T13:43:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T14:08:03.000Z (over 5 years ago)
- Last Synced: 2025-06-17T16:11:47.355Z (4 months ago)
- Topics: denial-of-service, dos, golang, http, stress, stresstest
- Language: Go
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
--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 workersArgs:
URL to test```