触点数字孪生,揭秘它的独特魅力
1097
2022-10-22
gcvis - 实时可视化Go 程序GC跟踪数据
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.logcat stderr.log | gcvis
Starting the server without automatically opening a browser:
gcvis -o=false godoc -index -http=:6060
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。