This is the snap for htop, an interactive process viewer.
It works on Ubuntu, Fedora, Debian, and other major Linux distributions.
sudo snap install htop
That'll install the latest stable release of htop
.
Or, if you're feeling adventurous, try the Launchpad autobuilds for the next major release from the edge
channel:
sudo snap install htop --edge
Once installed, this snap can optionally be connected to some extra plugs:
sudo snap connect htop:mount-observe
sudo snap connect htop:network-control # DELAYACCT support
The build files in this repository are provided under the terms of the MIT license.
htop
is an open source system monitor licensed under the GPL version 2 or later.
The htop
logo in this repository has been adopted from the upstream repository, thus inheriting its license.
For more information on htop
have a look at its homepage or the source repository.