Another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go!
gotop is a terminal-based (TUI) system monitor for Linux and macOS. The software is inspired by gtop and vtop, but while these 2 utilities use Node.js, gotop is written in Go.
gotop is a terminal-based (TUI) system monitor for Linux and macOS. The software is inspired by gtop and vtop, but while these 2 utilities use Node.js, gotop is written in Go.
To install gotop, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gotop
To see what files were installed by gotop, run:
port contents gotop
To later upgrade gotop, run:
sudo port selfupdate && sudo port upgrade gotop
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.