bottom

bottom 0.14.9

Cross-platform graphical process/system monitor with a customizable interface

https://github.com/ClementTsang/bottom
MIT License
main program: btmprograms: btm
Platforms (38)
riscv32-nonewasm32-wasip1powerpc64le-linuxarmv7l-linuxriscv64-linuxi686-windowss390x-linuxarmv7l-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  bottom
];
Ad-hoc shell
nix-shell -p bottom
Flake (nix run)
nix run nixpkgs#bottom