Go to file
Ivan Daniluk bef7cb57db Interval display added 2015-05-02 22:54:00 +03:00
demo Added demo screenshot 2015-05-01 20:41:07 +03:00
.gitignore Refactoring 2015-04-25 15:54:17 +03:00
README.md Fixed typo 2015-05-01 20:41:40 +03:00
data.go Code cleanups 2015-05-01 20:12:23 +03:00
expvars.go Fixed wrong object shadowing 2015-05-02 00:03:50 +03:00
expvars.json Initial commit 2015-04-21 12:51:01 +03:00
expvars_advanced.json Refactoring 2015-04-25 15:54:17 +03:00
expvars_test.go Make go lint happy 2015-05-01 20:52:17 +03:00
main.go Interval display added 2015-05-02 22:54:00 +03:00
service.go Added Max() functionality 2015-05-02 22:29:02 +03:00
stack.go Added Max() functionality 2015-05-02 22:29:02 +03:00
stack_test.go Improved stack 2015-05-02 09:35:39 +03:00
ui.go Interval display added 2015-05-02 22:54:00 +03:00
ui_single.go Interval display added 2015-05-02 22:54:00 +03:00
utils.go Code moving 2015-05-02 10:56:55 +03:00
utils_test.go Code cleanups 2015-05-01 20:12:23 +03:00
var.go Hardcode float64 output precision to .2 2015-05-02 22:45:33 +03:00
var_test.go Introduced kind: modifier 2015-05-02 10:12:38 +03:00

README.md

TermStats

TermUI based monitor for expvars 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.

Demo

demo