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