htop

htop 3.5.3

Interactive process viewer

https://htop.dev
GNU General Public License v2.0 only
main program: htopprograms: htop
Platforms (79)
microblazeel-nonei686-genoderiscv32-nonepowerpc-linuxi686-netbsdm68k-noneor1k-nonearmv5tel-linux
View source on NixOS/nixpkgs →

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