bpftop
bpftop copied to clipboard
bpftop provides a dynamic real-time view of running eBPF programs. It displays the average runtime, events per second, and estimated total CPU % for each program.
It would be really nice if bpftop were to build native Arm64 binaries in addition to x86. All of the eBPF tooling being measured and instrumented is available on Arm64,...
Occasionally, bpftop freezes up when the system is under load. It can only be terminated by killing it. Tested was an xdp program loaded to two 10G interfaces, with traffic...
Thanks for bpftop! I gave it a try and saw that XDP programs - which are managed by something called xdp-dispatcher - are not accounted indiviually, but rather to the...
bpftop should let you sort the entries by column, in ascending or descending order. This would require us to track the selected program by its ID rather than its index...
It may be helpful to see the aggregate view of all performance statistics. It would let you answer questions like "How much CPU overhead are all eBPF programs adding to...
The app should incorporate functionality that enables users to filter BPF programs in the tabular view based on a search string. This filter should apply to the 'name' and 'type'...
Bumps [libbpf-rs](https://github.com/libbpf/libbpf-rs) from 0.23.3 to 0.24.2. Release notes Sourced from libbpf-rs's releases. v0.24.2 What's Changed libbpf-cargo Fixed panic on "open" of skeleton with kconfig map Full Changelog: https://github.com/libbpf/libbpf-rs/compare/v0.24.1...v0.24.2 v0.24.1 What's...
Bumps [libbpf-cargo](https://github.com/libbpf/libbpf-rs) from 0.23.3 to 0.24.2. Release notes Sourced from libbpf-cargo's releases. v0.24.2 What's Changed libbpf-cargo Fixed panic on "open" of skeleton with kconfig map Full Changelog: https://github.com/libbpf/libbpf-rs/compare/v0.24.1...v0.24.2 v0.24.1 What's...
In the tabular view, when the number of BPF programs exceeds the terminal window's capacity, it’s not immediately clear that more items are available. To enhance usability, a scrollbar widget...
Please publish this program on crates.io It would make installing and keeping the program up-to-date much easier for single-machine-deployments.