Scripts for BPF-based troubleshooting
- python-bcc
- Ubuntu:
echo "deb [trusted=yes] https://repo.iovisor.org/apt/xenial xenial-nightly main" | sudo tee /etc/apt/sources.list.d/iovisor.list
sudo apt-get update
sudo apt-get install bcc-tools
- scripts/ipt_do_table - trace
ipt_do_table()
kernel function, prints some function args and result.