https://github.com/raviqqe/rpm
RPM (Requests Per Minute) reporter in Go
https://github.com/raviqqe/rpm
http rpm
Last synced: about 1 year ago
JSON representation
RPM (Requests Per Minute) reporter in Go
- Host: GitHub
- URL: https://github.com/raviqqe/rpm
- Owner: raviqqe
- License: mit
- Created: 2017-12-31T01:49:28.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T19:05:57.000Z (over 1 year ago)
- Last Synced: 2025-03-29T03:41:30.980Z (about 1 year ago)
- Topics: http, rpm
- Language: Go
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rpm
RPM (Requests Per Minute) reporter in Go.
## Installation
```sh
go get github.com/raviqqe/rpm
```
## Usage
```
rpm, the RPM reporter
Usage:
rpm [-n ] [-c ] [-h]
Options:
-n Number of total requests. [default: 10000]
-c Number of concurrent requests. [default: 1000]
-h Show this help.
```
## License
[MIT](LICENSE)