Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ac5tin/stresser
Minimalistic stress testing tool
https://github.com/ac5tin/stresser
Last synced: 7 days ago
JSON representation
Minimalistic stress testing tool
- Host: GitHub
- URL: https://github.com/ac5tin/stresser
- Owner: ac5tin
- Created: 2022-12-19T15:04:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T07:14:45.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T16:35:10.289Z (3 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stresser
Minimalistic Stress testing tool## Usage
**TLDR**
```sh
stresser -c 100 -t 1000 -f ./req.toml
```Export requests to csv
```sh
stresser -c 100 -t 1000 -f ./req.toml
```Export csv of errors only
```sh
stresser -c 100 -t 1000 -f ./req.toml -e ./resp.csv -err
```