Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 710648 - net-analyzer/netdata-1.20.0: enable ebpf support
Summary: net-analyzer/netdata-1.20.0: enable ebpf support
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 2 votes (vote)
Assignee: Craig Andrews
URL: https://blog.netdata.cloud/posts/linu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-24 11:04 UTC by Ortwin Glueck
Modified: 2021-09-17 12:16 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ortwin Glueck 2020-02-24 11:04:16 UTC
Netdata can now monitor the kernel with ebpf.

There is a new conifgure option: --enable-ebpf
and probably some kernel config checks should be added for:
CONFIG_BPF=y
CONFIG_BPF_SYSCALL=y


Reproducible: Always
Comment 1 Michiel Hazelhof 2021-09-17 12:16:32 UTC
Also requires libbpf, but gives good insights when it works.