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

https://github.com/vasyahuyasa/stantools

NATS Streaming monitoring and dumping tool
https://github.com/vasyahuyasa/stantools

cli go nats-streaming

Last synced: 7 months ago
JSON representation

NATS Streaming monitoring and dumping tool

Awesome Lists containing this project

README

          

# stantools

NATS Streaming monitoring and dumping tool

## Docker

https://hub.docker.com/r/vasyahuyasa/stantools

## Usage

__stanrate__

```
Usage of ./stanrate:
-client_id string
Client ID (default "stanrate-300")
-cluster string
Cluster ID (default "nats")
-help
This help text
-int int
Interval in seconds between checks (default 5)
-subject string
Comma separated list of subjects
-url string
NATS server url (default "nats://client:123456@localhost:4222")
```

__standump__

```
TODO
```