Skip to content
Go back

gtop Monitoring

Published:  at  02:43 AM
1 min read

If you’re working with Linux/MacOS terminal you’ve probably used the top command to monitor processes and system resource usage.

While top and its improved htop are great for process management, IMHO they lack the convenient dashboard-like view.

Today I learned about gtop fancy system monitoring dashboard for terminal.

gtop Monitoring Screenshot

Installation

$ npm install gtop -g

Usage

Start the process with

$ gtop

Use the following keys to sort the process table:

Disclaimers




Previous Post
git restore
Next Post
Pretty Please