-
Notifications
You must be signed in to change notification settings - Fork 14
Last Level Cache #192
Copy link
Copy link
Open
Labels
ebpf-mteamLabel to classify issues related to eBPF pluginLabel to classify issues related to eBPF plugin
Description
Activity
Metadata
Metadata
Assignees
Labels
ebpf-mteamLabel to classify issues related to eBPF pluginLabel to classify issues related to eBPF plugin
This eBPF program will be bring together new Netdata features. The idea is to store a snapshot of the software during a small sample of time (We will use hash tables). When the defined period of time is over, Netdata will receive trough a named pipe the information that will be shown at user dashboard.
This eBPF program will count the perf events CACHE_MISSES and CACHE_REFERENCES.