Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
htop is an interactive processor viewer for Unix based systems. With the release of version 2.0 it went cross-platform. This tool is great to get a detailed view of which service is taxing the CPU as well as get memory stats.
To install htop on Mac OS Sierra / El Capitan / Yosemite or Mavericks open the terminal and issue the following commands:
Install Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
Install htop
brew install htop-osx
That’s it, htop should be successfully installed on your Mac. To run it, open a terminal window and issue the following:
htop
You should be greeted by CPU / RAM and process stats.