Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itchyny/mackerel-plugin-loadavg
Loadavg plugin for Mackerel
https://github.com/itchyny/mackerel-plugin-loadavg
mackerel mackerel-plugin rust
Last synced: 2 months ago
JSON representation
Loadavg plugin for Mackerel
- Host: GitHub
- URL: https://github.com/itchyny/mackerel-plugin-loadavg
- Owner: itchyny
- License: mit
- Created: 2017-10-01T03:02:14.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T08:41:07.000Z (about 1 year ago)
- Last Synced: 2024-05-02T00:57:25.528Z (8 months ago)
- Topics: mackerel, mackerel-plugin, rust
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# loadavg plugin for Mackerel
## Example
![loadavg plugin](https://user-images.githubusercontent.com/375258/31051316-260ab04e-a6a0-11e7-92ab-dcd83e47b2c4.gif)```
$ mackerel-plugin-loadavg
loadavg.loadavg15 4.72802734375 1506823200
loadavg.loadavg5 5.9365234375 1506823200
loadavg.loadavg1 5.6328125 1506823200
$ uptime
11:00 up 9 days, 17:56, 5 users, load averages: 5.63 5.94 4.73
```## Author
itchyny (https://github.com/itchyny)## License
This software is released under the MIT License, see LICENSE.