Debugcharts
Very simple charts with some debug data for Go programs
Install / Use
/learn @mkevac/DebugchartsREADME
debugcharts 
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:
<img src="example/screenshot.png" />
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.
Related Skills
node-connect
351.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
