mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 18:28:41 +02:00
docs: ebpf tools
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
lsof # list open files
|
||||
|
||||
# ebpf related tools
|
||||
# https://github.com/bpftrace/bpftrace
|
||||
bpftrace # powerful tracing tool
|
||||
bpftop # monitor BPF programs
|
||||
bpfmon # BPF based visual packet rate monitor
|
||||
@@ -38,6 +39,7 @@
|
||||
];
|
||||
|
||||
# BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
|
||||
# https://github.com/iovisor/bcc
|
||||
programs.bcc.enable = true;
|
||||
|
||||
# replace default editor with neovim
|
||||
|
||||
Reference in New Issue
Block a user