Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelindar/etop
Command-line utility for emitter.io cluster status.
https://github.com/kelindar/etop
cluster emitter-io monitoring mqtt
Last synced: about 1 month ago
JSON representation
Command-line utility for emitter.io cluster status.
- Host: GitHub
- URL: https://github.com/kelindar/etop
- Owner: kelindar
- License: mit
- Created: 2017-08-13T08:41:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T01:21:29.000Z (almost 6 years ago)
- Last Synced: 2024-12-24T02:51:49.336Z (about 2 months ago)
- Topics: cluster, emitter-io, monitoring, mqtt
- Language: Go
- Size: 2.74 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emitter Top Utility
Command-line utility for emitter.io cluster status. This small utility subscribes to built-in `stats/` channel in emitter cluster and prints out realtime information about the cluster including things such as the number of peers for each node, their CPU and Memory consumption and number of subscriptions.![alt text](demo.gif "Demo of ETOP Utility")
## Usage
```
etop --key "readonly key for stats/ channel" --broker "protocol://[hostname|IP]:PORT"
```