1
0

add btop and parallel packages everywhere

This commit is contained in:
2025-12-19 22:57:36 -08:00
parent e81f3efde8
commit 1f79bea69b

View File

@@ -14,6 +14,7 @@
file # Determine file types file # Determine file types
findutils # File and directory searching utilities findutils # File and directory searching utilities
gawk # GNU implementation of awk gawk # GNU implementation of awk
parallel # Execute jobs in parallel
tree # Show ASCII formatted directory tree tree # Show ASCII formatted directory tree
which # Locate commands in PATH which # Locate commands in PATH
@@ -74,6 +75,7 @@
# Performance monitoring and system information # Performance monitoring and system information
bmon # Network bandwidth monitor bmon # Network bandwidth monitor
btop # Resource monitor (CPU, memory, disks, network)
htop # Interactive process viewer htop # Interactive process viewer
lsof # List open files and network connections lsof # List open files and network connections