Glances is cross-platform monitoring tool which lets you see in real-time system information including CPU, memory, network information, load, processes, disk i/o, and much more. It’s much more powerful and granular process details that beat the typical top or htop Linux commands. Let’s get started with our installation.
sudo port install glances
Note: You may need to quit and re-open Terminal after installing MacPorts if the command does not work.
glances
For a list of extended Glances commands, see the official Glances documentation here.
Happy using Glances! It rocks.
Comments