gtop alternatives and similar modules
Based on the "Command-line apps" category.
Alternatively, view gtop alternatives based on common mentions on social networks and blogs.
-
npkill
List any node_modules 📦 dir in your system and how heavy they are. You can then select which ones you want to erase to free up space 🧹 -
themer
🎨 themer takes a set of colors and outputs themes for your apps (editors, terminals, wallpapers, and more). -
emoj
Find relevant emoji from text on the command-line :open_mouth: :sparkles: :raised_hands: :horse: :boom: :see_no_evil:
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of gtop or a related project?
Popular Comparisons
README
gtop
System monitoring dashboard for terminal.
Requirements
- Linux / OSX / Windows (partial support)
- Node.js >= v8
Installation
$ npm install gtop -g
Docker
You need to assign host net
and pid
to access the metrics in the host machine.
$ docker run --rm -it \
--name gtop \
--net="host" \
--pid="host" \
aksakalli/gtop
Usage
Start gtop with the gtop
command
$ gtop
To stop gtop use q
, or ctrl+c
in most shell environments.
You can sort the process table by pressing
p
: Process Idc
: CPU usagem
: Memory usage
Troubleshooting
If you see question marks or other different characters, try to run it with these environment variables:
$ LANG=en_US.utf8 TERM=xterm-256color gtop
License
Released under [the MIT license](LICENSE).
*Note that all licence references and agreements mentioned in the gtop README section above
are relevant to that project's source code only.