https://github.com/lstep/epochcharts
Charts for Go debug data
https://github.com/lstep/epochcharts
Last synced: 5 months ago
JSON representation
Charts for Go debug data
- Host: GitHub
- URL: https://github.com/lstep/epochcharts
- Owner: lstep
- License: mit
- Fork: true (mkevac/debugcharts)
- Created: 2014-12-23T08:03:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-24T08:30:57.000Z (over 11 years ago)
- Last Synced: 2025-04-01T16:57:07.455Z (about 1 year ago)
- Language: Go
- Size: 739 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
epochcharts
===========
Go memory debug charts.
This package uses chart library [Highcharts](http://www.highcharts.com/). It is free for personal and non-commercial use. Please buy a license otherwise.
Development
-----------
You will need the go-binddata program/package to be able to integrate the JS/CSS files:
`go get github.com/jteeuwen/go-bindata/...`
Then, to compile the .go file that would include the .js and .css, just type :
```
go-bindata -debug=true -pkg="bindata" -o bindata/bindata.go static/
```
Installation
------------
`go get -v -u github.com/mkevac/epochcharts`
Usage
-----
Just install package and start http server. There is an example program [here](https://github.com/lstep/epochcharts/blob/master/example/example.go).
Then go to `http://localhost:8080/debug/charts`. You should see something like this:

Data is updated every second. We keep data for last day.