gcvis

Visualise Go program GC trace data in real time

  • Owner: davecheney/gcvis
  • Platform:
  • License:: BSD 2-Clause "Simplified" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerdavecheney/gcvis
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:BSD 2-Clause "Simplified" License
所有者活动
Created At2014-07-10 12:34:07
Pushed At2019-03-13 01:20:26
Last Commit At2019-03-13 12:20:26
Release Count0
用户参与
Stargazers Count1.1k
Watchers Count32
Fork Count69
Commits Count65
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count18
Pull Requests Open Count3
Pull Requests Close Count7
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private