expvarmon/README.md

19 lines
764 B
Markdown
Raw Normal View History

2015-05-04 02:02:53 +08:00
# ExpvarMon
2015-05-02 01:40:32 +08:00
2015-05-04 02:02:53 +08:00
TermUI based Go apps monitor using [expvars](http://golang.org/pkg/expvar/) variables (/debug/vars). Quickest way to monitor your Go app.
2015-05-02 01:40:32 +08:00
## Introduction
2015-05-04 02:02:53 +08:00
Go apps console monitoring tool. Minimal configuration efforts. Quick and fast monitoring solution for one or multiple services.
2015-05-02 01:40:32 +08:00
## Demo
2015-05-04 02:02:53 +08:00
### Multiple apps mode
<img src="./demo/demo_multi.png" alt="Multi mode" width="800">
2015-05-02 01:40:32 +08:00
2015-05-04 02:02:53 +08:00
### Single mode
<img src="./demo/demo_single.png" alt="Single mode" width="800">
You can monitor arbitrary number of services and variables:
<a href="./demo/demo_multi_2.png" target="_blank"><img src="./demo/demo_multi_2.png" alt="2 vars" width="350"></a> <a href="./demo/demo_small.png" target="_blank"><img src="./demo/demo_small.png" alt="25 apps" width="350"></a>