Blog is moving

My blog is moving to http://victormendonca.com/blog/. If you are looking for a specific or older post you are in the right place Otherwise check out my new page for more up to date content.

Wednesday, August 30, 2017

Alternatives to top

Looking for alternatives to your usual top command? Here are some options.

htop

htop is based on ncurses and is compatible with most Linux (and Unix) systems. It's also in most the official repos for most distros.
Features:
- Mouse clicks (due to ncurses)
- Defaults to multi-CPU view
- Memory shown in GB
htop

vtop

vtop takes more of a graphical approach to top, while concentrating more on simplicity. It displays CPU and Memory usage live charts, as well as a running process list. It runs on Node.js and can be easily installed with npm install -g vtop.
Features:
- Mouse clicks
- Themes - Live chart (CPU, memory)
- Process list
vtop

gtop

gtop takes the graphical interface of vtop to another level. Just like vtop, it also displays a live chart of both CPU and memory, however gtop adds a network live chart to the list, and pie charts for both memory and swap, as well as storage usage.
gtop also runs on Node.js, and can easily be installed with npm install gtop -g.
Features:
- Live chart (CPU, memory/swap, network)
- Pie chart (memory, swap, disk usage)
- Process list
gtop

s-tui

While s-tui is not a process monitoring utility, it displays great information about your process status. It's python based and uses little resource. You can easily install it with sudo pip install s-tui.
Features:
- Processor info
- Live charts (CPU freq, utilization, temperature and power usage)
- Built-in CPU stress testing
Website: https://amanusk.github.io/s-tui/

No comments: