zoidyzoidzoid / awesome-ebpf

A curated list of awesome projects related to eBPF.
Creative Commons Zero v1.0 Universal
4.31k stars 368 forks source link

Added ebpf-explorer to the list of tools #89

Closed klpx closed 1 year ago

klpx commented 1 year ago

Hi! I recently created this tool to help me debug eBPF programs. I want to share it with the community as FOSS software.

The eBPF explorer (https://github.com/ebpfdev/explorer) lets you see list of maps and programs in a system, and also to look up content of Hash and Array maps.

qmonnet commented 1 year ago

The project looks neat! I'll need to try it.

A few questions, if you don't mind:

klpx commented 1 year ago

Hi! Thank you for accepting PR, that gives me more courage to continue!

image

qmonnet commented 1 year ago

Sounds awesome, good luck!