I have a VPS system with 768MB RAM. Is there any way to find out
- what the average amount of RAM I normally use is
- which processes normally use high RAM and CPU
so that I can see if i need to upgrade it or not?
|
|
|
Just RAM? Not swap?
I have done a dirty scripting job into that:
Output will be a comma separated value how will be interpreted by a Rscript:
This script do the tricky of getting MEM and what command is using more MEM|CPU. In my crontab entry I have the following line.
With R you can make the graphic if needed:
Sorry if I used a non-standard tool for making the statistics. |
||||
|
|