debugcharts

Very simple charts with some debug data for Go programs

  • Owner: mkevac/debugcharts
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

debugcharts Build Status

Go memory debug charts.

This package uses Plotly chart library. It is open source and free for use.

Installation

go get -v -u github.com/mkevac/debugcharts

Usage

Just install package and start http server. There is an example program here.

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.

User https://github.com/dgryski/ proposed interesing way for turning debugcharts on/off for your project:

You can add tagged file like this in your code

// +build debugcharts

package main

import _ "github.com/mkevac/debugcharts"

If you want to use debugcharts, then build your project with -tags debugcharts

Development

I use bindata to pack binary files into executable. Run make to rebuild.

Main metrics

Overview
Name With Ownermkevac/debugcharts
Primary LanguageGo
Program languageMakefile (Language Count: 4)
Platform
License:MIT License
所有者活动
Created At2014-11-16 10:50:20
Pushed At2023-12-19 12:33:54
Last Commit At2019-12-22 13:31:21
Release Count0
用户参与
Stargazers Count514
Watchers Count13
Fork Count56
Commits Count44
Has Issues Enabled
Issues Count13
Issue Open Count3
Pull Requests Count3
Pull Requests Open Count4
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private