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
派生數69
提交數65
已啟用問題?
問題數0
打開的問題數0
拉請求數18
打開的拉請求數3
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?