Quick Start Guide
This guide will get you up and running with gtop in just a few moments.
Step 1: Install gtop
If you haven't already, install gtop using your preferred method. See the Installation Guide for details.
For example, using npm:
npm install gtop -g
Step 2: Run gtop
Once installed, you can start the monitoring dashboard by simply running the gtop command in your terminal:
gtop
Your terminal will clear and display the gtop dashboard, showing real-time metrics for your system's CPU, memory, network, and disk, along with a list of running processes.
Step 3: Exit gtop
To close the gtop dashboard and return to your shell, you can press any of the following keys:
qescapeCtrl+C
That's it! You are now able to monitor your system with gtop.