From 4b09a3219a704af2054a1400df0aec0a044f7127 Mon Sep 17 00:00:00 2001 From: Joe Lothan Date: Tue, 26 May 2026 09:10:51 -0400 Subject: [PATCH] added iotop and iftop for monitoring --- infra/ec2-userdata.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/ec2-userdata.sh b/infra/ec2-userdata.sh index 380a3cf..2b58af8 100755 --- a/infra/ec2-userdata.sh +++ b/infra/ec2-userdata.sh @@ -48,6 +48,8 @@ sudo dnf install -y \ unbound \ jq \ htop \ + iftop \ + iotop \ tmux # --- Go ---