feat: add ebpf related tools

This commit is contained in:
Ryan Yin
2024-09-03 22:46:37 +08:00
parent 7ba567b0bd
commit bc0781e97a

View File

@@ -14,6 +14,12 @@
tcpdump # network sniffer
lsof # list open files
# ebpf related tools
bpftrace # powerful tracing tool
bpftop # monitor BPF programs
bpfmon # BPF based visual packet rate monitor
bpftune # BPF-based auto-tuning of Linux system parameters
# system monitoring
sysstat
iotop