1
0
mirror of https://github.com/divan/expvarmon.git synced 2025-04-25 13:48:54 +08:00

README update

This commit is contained in:
Ivan Daniluk 2015-05-03 21:02:53 +03:00
parent 89c25ad79d
commit f7085fe177
6 changed files with 10 additions and 4 deletions

View File

@ -1,12 +1,18 @@
# TermStats
# ExpvarMon
TermUI based monitor for [expvars](http://golang.org/pkg/expvar/) variables (/debug/vars). Quickest way to monitor your Go app.
TermUI based Go apps monitor using [expvars](http://golang.org/pkg/expvar/) variables (/debug/vars). Quickest way to monitor your Go app.
## Introduction
Go apps console monitoring tool. Minimal configuration efforts. Quick and fast monitoring solution for one or many services.
Go apps console monitoring tool. Minimal configuration efforts. Quick and fast monitoring solution for one or multiple services.
## Demo
<img src="./demo/demo.png" alt="demo" width="600">
### Multiple apps mode
<img src="./demo/demo_multi.png" alt="Multi mode" width="800">
### 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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

BIN
demo/demo_multi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 KiB

BIN
demo/demo_multi_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

BIN
demo/demo_single.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

BIN
demo/demo_small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB