Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Show HN: Goroutine Monitor Powered by eBPF
(github.com)
75 points
by
keisku
1 year ago
| 2 comments
Show HN: Goroutine Monitor Powered by eBPF | Dark Hacker News
tylerflick
1 year ago
|
next
[−]
Cool stuff. Since this is eBPF, does the version of Go gmon is built with need to match the target binary’s version?
keisku
1 year ago
|
parent
|
next
[−]
Good point! I need to check compatibility of Go version of the target binary!
Created the issue:
https://github.com/keisku/gmon/issues/18