htop
htop 3.5.1
Interactive process viewer
https://htop.devGNU General Public License v2.0 only
main program: htopprograms: htop
Maintainers
Platforms (80)
avr-nonem68k-linuxwasm64-wasix86_64-cygwinaarch64-genodei686-nonemips-nonex86_64-uefi
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ htop ];
Ad-hoc shell
nix-shell -p htop
Flake (nix run)
nix run nixpkgs#htop