Forrest logo
back to context overview

bpftool

List of commands for bpftool:

  • bpftool:tldr:06dff bpftool: Probe a network device "eth0" for supported `eBPF` features.
    $ bpftool feature probe dev ${eth0}
    try on your machine
    explain this command
  • bpftool:tldr:18dd8 bpftool: List all `raw_tracepoint`, `tracepoint`, `kprobe` attachments in the system.
    $ bpftool perf list
    try on your machine
    explain this command
  • bpftool:tldr:6c4b0 bpftool: List `eBPF` program attachments in the kernel networking subsystem.
    $ bpftool net list
    try on your machine
    explain this command
  • bpftool:tldr:7642a bpftool: List information about loaded maps.
    $ bpftool map list
    try on your machine
    explain this command
  • bpftool:tldr:905b6 bpftool: Run commands in batch mode from a file.
    $ bpftool batch file ${myfile}
    try on your machine
    explain this command
  • bpftool:tldr:b3d23 bpftool: List all active links.
    $ bpftool link list
    try on your machine
    explain this command
  • bpftool:tldr:d480d bpftool: List `BPF Type Format (BTF)` data.
    $ bpftool btf list
    try on your machine
    explain this command
back to context overview