Spread the love

htop is an interactive system-monitor process-viewer and process-manager. It is designed as an alternative to the Unix program top. It shows a frequently updated list of the processes running on a computer, normally ordered by the amount of CPU usage. Unlike top, htop provides a full list of processes running, instead of the top resource-consuming processes. htop uses color and gives visual information about processor, swap and memory status. htop can also display the processes as a tree.

Install Htop on FreeBSD

# Search
pkg search -f htop

# Update
sudo pkg update
sudo pkg upgrade

# Install
sudo pkg install htopCode language: PHP (php)

Simple video on how to install

We hope you enjoyed this article. if that is so please rate this page with the stars bellow and subscribe to our YouTube channel.

Leave a Reply