(via rimuhosting.com)
If you are using VPS with very limited memory resources, the link provides excellent reference material on troubleshooting memory issues with some of the know applications that can possibly consume high memory.
Troubleshooting Memory Usage
Submitted by sandip on Wed, 06/23/2010 - 10:56
(via rimuhosting.com) If you are using VPS with very limited memory resources, the link provides excellent reference material on troubleshooting memory issues with some of the know applications that can possibly consume high memory. |
User loginRecent blog posts
Who's onlineThere are currently 0 users and 4 guests online.
|
percentage memory used
Below, will add up the values in the fourth column (%MEM) and give a total of percentage memory used.
ps aux | awk '{x=x+$4}END {print x}'