https://github.com/hiroakis/masaba
Show Mackerel system metrics in your terminal
https://github.com/hiroakis/masaba
Last synced: about 1 year ago
JSON representation
Show Mackerel system metrics in your terminal
- Host: GitHub
- URL: https://github.com/hiroakis/masaba
- Owner: hiroakis
- Created: 2017-05-24T08:35:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T07:14:41.000Z (about 9 years ago)
- Last Synced: 2025-02-14T16:39:45.811Z (over 1 year ago)
- Language: Go
- Size: 302 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# masaba
masaba(真鯖) is a tool to show Mackerel system metrics in your terminal. The tool wraps [mkr](https://github.com/mackerelio/mkr) command because [mackerel-client-go](https://github.com/mackerelio/mackerel-client-go) is under development.
## Installation
git clone && make && make install. The binary will be installed to /usr/local/bin/masaba.
## How to use
### Run
```
export MACKEREL_APIKEY=
masaba -s SERVICE_NAME -r ROLE_NAME -i 1
```
### Options
* -s The service name(required).
* -r The role name(required).
* -i :The interval in second. (default 5)
## Image

## License
MIT