Jesper Dangaard Brouer

Results 57 comments of Jesper Dangaard Brouer

Hi @simosund I've started to convert this into ebpf_exporter, and I've experimented with this on a prod experiment server. See my progress via https://github.com/netoptimizer/ebpf_exporter/pull/1

I notice that if we have disabled network_ns filtering, the code still does a lookup of the current name space via calling `get_network_ns()` as input to the filter. See how...

I noticed another bug. Sockets also have a `sk_backlog` queue, so the check for non-empty `filter_nonempty_sockqueue` also need to check if there are any packets left on the backlog queue....

Looking through diff between branches (on cmdline) and things generally Looks Good To Me :-) - `git diff netstacklat-groupby-backup20250829..netstacklat-groupby` I'm okay with renaming `user_config` from `filter_min_queue_len` to `filter_min_sockqueue_len` - as...

Okay, to be consistent let us also rename the function :-)

Great I'm going to merge this! :-)

Have you seen: https://github.com/netoptimizer/ebpf_exporter/pull/1#discussion_r2305190268 - I found that this CGRP_STORAGE was slower than the hash type