Sysmon Linux System Activity Monitor – Install Sysmon on Ubuntu

Sysmon is a free and open source GUI based Linux system activity monitor application for Linux. Using this you can monitor your system processes, CPU, Memory, Network, Disks (HDD and SDD) and GPU details. The UI more look like the Windows Task manager. You can check CPU details per core clock speed. It is released under GNU General Public License v3.0. Sysmon is still in early development stage but looking promising.

Install Sysmon System Monitor on Ubuntu

Currently Sysmon is available as python package. You can easily install it via pip. Follow below link to install pip Python Package Manager on your system, if you don’t have it. After the installation restart your system.

Also Read:  How To Force Users To Enter Sudo Password For Each Command In Ubuntu

How to install pip Python Package Manager on Ubuntu

Open your terminal application (ctrl+alt+t) and run below command for Python 3.

sudo pip3 install sysmon

If you are still using Python 2, then use this command to install it.

sudo pip install sysmon

After the installation you can open it via this command.

sysmon

That’s it.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply