debugcharts icon indicating copy to clipboard operation
debugcharts copied to clipboard

Very simple charts with some debug data for Go programs

Results 7 debugcharts issues
Sort by recently updated
recently updated
newest added

The old version of `gopsutil` doesn't seem to support Apple Silicon (darwin/arm64), causing `debugcharts` to fail to compile entirely on that platform: ``` go: downloading github.com/gorilla/handlers v1.4.2 go: downloading golang.org/x/sys...

============================= WARNING: DATA RACE Write at 0x000002c31d28 by goroutine 25: aithub.com/mkevac/debuacharts. (*server) gatherData0 /go/pkg/mod/github.com/mkevac/[email protected]/debugcharts.go:125+0x472 github.com/mkevac/debugcharts.init.o•dwrap•1() /go/pkg/mod/github.com/mkevac/[email protected]/debugcharts.go:193+0x39 Previous read at 0x000002c31d28 by goroutine 962: [failed to restore the stack] Goroutine 25...

![image](https://user-images.githubusercontent.com/32379120/130622116-df5d7683-db24-44d2-b053-6dc718f39137.png) ![image](https://user-images.githubusercontent.com/32379120/130622177-a18cde70-ddac-4f02-9720-01a1db34bf20.png)

That will be great. Or how to add expvar to this? Can you read expvar automatically via enumerate exporing variables or smth like this?

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191220220014-0732a990476f to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20191220220014-0732a990476f&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
go