Lubuntu equivalent for gnome-system-monitor

Gnome-system-monitor shows, under resources, three things, namely CPU, Memory and Network History. Is there a Lubuntu equivalent which shows me these things? As far as I've noticed, Lubuntu has Task Manager but this only shows CPU and memory usages, without any history charts and without any network information.

1 Answer

You can install the gnome-system-monitor on Lubuntu:

sudo apt-get install gnome-system-monitor 

If you are looking for a lightweight alternative you can use Conky:

sudo add-apt-repository ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install conky-manager

enter image description here

More possibilities you can find here

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like