Ubuntu – How to log memory usage per minute on Ubuntu Server

logloggingmemory usageram

I checked few programs such as htop or top command but couldn't find any features for logging per minute.

Is there a way to do that for tracking memory issues ?

edit: I was using linode and decided to use Longview.

https://dl.dropboxusercontent.com/u/28301519/2013-04-18_231652.png

Best Answer

Install and configure the sysstat package, which does just what you're asking for.

sudo apt-get install sysstat
Related Question