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
- Host: GitHub
- URL: https://github.com/vasyahuyasa/stantools
- Owner: vasyahuyasa
- License: mit
- Created: 2019-10-23T21:09:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:41:16.000Z (over 2 years ago)
- Last Synced: 2025-01-23T07:29:19.193Z (9 months ago)
- Topics: cli, go, nats-streaming
- Language: Go
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```