htop
htop 3.5.3
Interactive process viewer
https://htop.devGNU General Public License v2.0 only
main program: htopprograms: htop
Maintainers
Platforms (79)
microblazeel-nonei686-genoderiscv32-nonepowerpc-linuxi686-netbsdm68k-noneor1k-nonearmv5tel-linux
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