eBPF Tracing
Get start with eBPF Tracing TODO: learn how to use bcc/trace and bpftrace
bcc install bcc on RHEL dnf install -y bcc-tools
The tools list under /usr/share/bcc/tools/, go through the tutorial to familiar each tools.
Some tools that may interested, like bpflist, tcp*, memleak funccount command traces functions, tracepoints, or USDT probes that match a specified pattern, e.g. funccount ‘tcp_*’ trace command probes functions you specify and displays trace messages, e.