htop Command to monitor processes on Linux
htop is used to monitor system processes on Linux. It will give list of all process running on the system, with current cpu usage and memory. It's very good utility to keep tab on processes, which takes more CPU and memory.
To Install htop on Linux, command is:-
sudo apt-get install htop
After htop is installed, Just type htop in command prompt to launch it, you will see below text based graph in terminal.
Press Ctrl + c to exit from terminal.
htop is used to monitor system processes on Linux. It will give list of all process running on the system, with current cpu usage and memory. It's very good utility to keep tab on processes, which takes more CPU and memory.
To Install htop on Linux, command is:-
sudo apt-get install htop
After htop is installed, Just type htop in command prompt to launch it, you will see below text based graph in terminal.
Press Ctrl + c to exit from terminal.
No comments:
Post a Comment