Page 1 of 1

Monitor CPU and RAM usage

Posted: Mon Feb 04, 2013 6:03 pm
by melvinkwok
Hi,
I'm looking for a software to monitor Raspberry Pi CPU and RAM usage of each programs. Been looking around. But i can't seem to find it. Are there any software which i can install? I'm currently using Raspbian Wheezy.

Re: Monitor CPU and RAM usage

Posted: Mon Feb 04, 2013 6:22 pm
by PeterO
Have you tried "top" ?
PeterO

Re: Monitor CPU and RAM usage

Posted: Mon Feb 04, 2013 7:03 pm
by tonyhughes
top works really well.

htop is even better again, and can be installed with:

Code: Select all

sudo apt-get update && sudo apt-get install htop -y

Re: Monitor CPU and RAM usage

Posted: Mon Feb 04, 2013 9:06 pm
by socialdefect
Another great monitor is Conky. It's fully customizable trough a configuration file. It's syntax is not hard to learn, also there are many sites that host ready-made conkyrc files to save you some time.

Gkrellm is also a good alternative and extremely easy to use but works (as far as I know) only in X11 environments.

Both Conky and Gkrellm can be installed using the package management system in most distributions:

Debian:

Code: Select all

apt-cache search conky   # To search for the package as it comes in several flavors.
sudo apt-get install conky-all     # To Install the full package and extras
Arch:

Code: Select all

pacman -Ss conky
sudo pacman -Sy conky

Re: Monitor CPU and RAM usage

Posted: Mon May 26, 2014 7:52 am
by Vivekanandhan
Check with "Rpi-Monitor". This program is readily available in the pi store.