Show HN: Goroutine Monitor Powered by eBPF
1–4 of 4 posts
Re: Show HN: Goroutine Monitor Powered by eBPF
#2Cool stuff. Since this is eBPF, does the version of Go gmon is built with need to match the target binary’s version?
Re: Show HN: Goroutine Monitor Powered by eBPF
#3Cool stuff. Since this is eBPF, does the version of Go gmon is built with need to match the target binary’s version?
Good point! I need to check compatibility of Go version of the target binary!
Created the issue: https://github.com/keisku/gmon/issues/18
Re: Show HN: Goroutine Monitor Powered by eBPF
#4[flagged]