Skip to content

Commit

Permalink
arch: update CLI packages
Browse files Browse the repository at this point in the history
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
  • Loading branch information
virtualtam committed Mar 31, 2024
1 parent 74ce9a4 commit e4361ef
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
3 changes: 2 additions & 1 deletion roles/vt.archlinux/base/README.rst
Expand Up @@ -7,7 +7,8 @@ and networking tasks.
To learn more about system and network performance tools, take a look at
the following articles:

- `Linux Performance <http://www.brendangregg.com/linuxperf.html>`_
- `Linux Performance <https://www.brendangregg.com/linuxperf.html>`_
- `Linux Crisis Tools <https://www.brendangregg.com/blog/2024-03-24/linux-crisis-tools.html>`_
- `Every Linux networking tool I know <https://wizardzines.com/networking-tools-poster/>`_
- `Nmap 6 Cookbook <https://nmapcookbook.blogspot.com/2010/02/nmap-cheat-sheet.html>`_

Expand Down
1 change: 1 addition & 0 deletions roles/vt.archlinux/base/tasks/cli.yml
Expand Up @@ -23,6 +23,7 @@
- man-pages
- multitail
- neofetch
- ncdu
- ncurses
- parallel
- p7zip
Expand Down
19 changes: 19 additions & 0 deletions roles/vt.archlinux/base/tasks/crisis.yml
@@ -0,0 +1,19 @@
---
- name: Install Linux crisis tools
# https://www.brendangregg.com/blog/2024-03-24/linux-crisis-tools.html
pacman:
name:
- bcc
- bcc-tools
- bpftrace
- ethtool
- htop
- iproute2
- libcpuid
# - nicstat # Replacement: iostat, vmstat from procps-ng
- procps-ng
- sysstat
- tcpdump
# - tiptop # Replacement: htop
- util-linux
state: present
1 change: 1 addition & 0 deletions roles/vt.archlinux/base/tasks/main.yml
@@ -1,4 +1,5 @@
---
- import_tasks: crisis.yml
- import_tasks: cli.yml
- import_tasks: networking.yml
- import_tasks: system.yml
1 change: 0 additions & 1 deletion roles/vt.archlinux/base/tasks/networking.yml
Expand Up @@ -28,7 +28,6 @@
- p0f
- sipcalc
- socat
- tcpdump
- testssl
- traceroute
- usbmuxd
Expand Down
3 changes: 0 additions & 3 deletions roles/vt.archlinux/base/tasks/system.yml
Expand Up @@ -10,18 +10,15 @@
- gparted
- gptfdisk
- haveged
- htop
- hyperfine
- iftop
- iotop
- lsof
- lshw
- namcap
- ncdu
- os-prober
- pkgfile
- smartmontools
- strace
- sysstat
- testdisk
state: present

0 comments on commit e4361ef

Please sign in to comment.