From a88b0ff208743ab244a0d1da02c31103fdbbf084 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 19 Aug 2023 15:25:15 +0800 Subject: [PATCH] profiles/dev: add basic monitoring tools --- modules/nixos/profiles/dev.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/nixos/profiles/dev.nix b/modules/nixos/profiles/dev.nix index 4d604ede..3cf851d4 100644 --- a/modules/nixos/profiles/dev.nix +++ b/modules/nixos/profiles/dev.nix @@ -101,6 +101,10 @@ in { moreutils # Less is more but more utilities, the merrier. whois # Doctor, are you not? valgrind # Making sure your applications don't pee as much. + + # Measuring your bloated tanks power and bandwidth consumption. + powertop + nethogs ] # Finally, a local environment for testing out GitHub workflows without # embarassing yourself pushing a bunch of commits.