Tools relevant to the project - Multi-Axis/multi-axis-graphs GitHub Wiki
Especially:
Useful: forward postgresql from test server to localhost
ssh -L 5432:localhost:5432 <user>@<testserver>
- Remember to set
GOPATH
(e.gexport GOPATH=~/go
) and possibly the postgres forward above cd multi-axis-graphs
- Run:
go run zab2.go
- Go to
http://localhost:8080
-
Line chart currently used in displaying metric data.