Skip to content

bpftrace: add version 0.20.3, and associated tools #278

Merged
merged 1 commit into from
Apr 10, 2024

Commits on Apr 9, 2024

  1. bpftrace: add version 0.20.3, and associated tools

    Rationale, maybe useful for finding performance issues with our
    storage. Bcc and bpftrace (what sits on top of bcc) make use of
    extended BPF (Berkeley Packet Filters),
    
    Treat this as experimental, since some features require kernel
    options we do not use - so YMMV :)
    
    To start you must be root and also need to make the kernelheaders
    of the running kernel available via sysfs.
    
      #> insmod kheaders
    
      -> /sys/kernel/kheaders.tar.xz
    
    More info:
    
     https://en.wikipedia.org/wiki/Berkeley_Packet_Filter
     https://github.com/iovisor/bcc
     https://github.com/bpftrace/bpftrace
    
    P.S. Sometimes the actual headers are also found under
    /lib/modules/*/build/include/linux .
    thomas committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    733a6d6 View commit details
    Browse the repository at this point in the history