Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

davecheney/gcvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 13, 2019
3e1bb5e · Mar 13, 2019

History

65 Commits
Nov 10, 2015
Nov 10, 2015
Dec 22, 2017
Jul 10, 2014
Mar 13, 2019
Mar 12, 2016
Dec 22, 2017
Oct 17, 2015
Apr 22, 2016
Mar 14, 2016
Mar 14, 2016
Oct 23, 2015
Oct 16, 2015
Mar 12, 2016
Mar 12, 2016

Repository files navigation


This project is no longer maintained

I'm sorry but I do not have the bandwidth to maintain this tool. Please do not send issues or PRs. Thank you.


gcvis

Visualise Go program gctrace data in real time

Note: GC timing graphs are only supported for go 1.6

Usage

Running it directly:

env GOMAXPROCS=4 gcvis godoc -index -http=:6060

Adding the gctrace flag yourself:

GODEBUG=gctrace=1 godoc -index -http=:6060 2>&1 | gcvis

Or from a log file:

GODEBUG=gctrace=1 godoc -index -http=:6060 2> stderr.log
cat stderr.log | gcvis

Starting the server without automatically opening a browser:

gcvis -o=false godoc -index -http=:6060

Releases

No releases published

Packages

No packages published

Languages