Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 710648

Summary: net-analyzer/netdata-1.20.0: enable ebpf support
Product: Gentoo Linux Reporter: Ortwin Glueck <odi>
Component: Current packagesAssignee: Craig Andrews <candrews>
Status: UNCONFIRMED ---    
Severity: enhancement CC: jstein, michiel, steffen.weber
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://blog.netdata.cloud/posts/linux-ebpf-monitoring-netdata/
Whiteboard:
Package list:
Runtime testing required: ---

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.