melvinkwok
Posts: 3
Joined: Thu Sep 13, 2012 3:48 am

Monitor CPU and RAM usage

Mon Feb 04, 2013 6:03 pm

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.

User avatar
PeterO
Posts: 5880
Joined: Sun Jul 22, 2012 4:14 pm

Re: Monitor CPU and RAM usage

Mon Feb 04, 2013 6:22 pm

Have you tried "top" ?
PeterO
Discoverer of the PI2 XENON DEATH FLASH!
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson

User avatar
tonyhughes
Posts: 951
Joined: Wed Dec 26, 2012 3:46 am

Re: Monitor CPU and RAM usage

Mon Feb 04, 2013 7:03 pm

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

User avatar
socialdefect
Posts: 110
Joined: Mon Jun 25, 2012 9:02 pm
Location: Tilburg, the Netherlands
Contact: Website

Re: Monitor CPU and RAM usage

Mon Feb 04, 2013 9:06 pm

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
== If it's not broke... I'm not done fixing it! ==

Vivekanandhan
Posts: 1
Joined: Mon May 26, 2014 7:47 am

Re: Monitor CPU and RAM usage

Mon May 26, 2014 7:52 am

Check with "Rpi-Monitor". This program is readily available in the pi store.

Return to “Beginners”