An open API service indexing awesome lists of open source software.

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

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)