gcvis

Visualise Go program GC trace data in real time

  • 所有者: davecheney/gcvis
  • 平台:
  • 许可证: BSD 2-Clause "Simplified" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者davecheney/gcvis
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证BSD 2-Clause "Simplified" License
所有者活动
创建于2014-07-10 12:34:07
推送于2019-03-13 01:20:26
最后一次提交2019-03-13 12:20:26
发布数0
用户参与
星数1.1k
关注者数32
派生数70
提交数65
已启用问题?
问题数0
打开的问题数0
拉请求数18
打开的拉请求数3
关闭的拉请求数7
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?