Skip to content

Commit

Permalink
docs: ebpf tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Sep 3, 2024
1 parent 5e66e8c commit 773688a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixos/base/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 773688a

Please sign in to comment.