![image.png](https://static.studygolang.com/180725/a60d1edbabbe5ecab5c9abe641e6f499)
goroutine是当前进程有哪些goroutine,点进去显示的是每个goroutine的堆栈,可以观察goroutine都执行到哪一步了,我之前用这个查出一个死锁问题
heap是当前内存使用情况
其他没注意看过
#1
更多评论
分享下, 这个链接 可以看看,解释的很清楚
https://github.com/hyper0x/go_command_tutorial/blob/master/0.12.md
#2