I'm on Slicehost 256 plan running one single Rails app on Ubuntu Hardy 64 bit server.
This is the shot taken using top command sorted by memory% (Shift+M)
And this is the screenshot taken while running htop command sorted by memory% used.
The memory consumed by mysql using top shows 3.8% but the htop shows around 17 processes each eating up around 3.2% of memory.
Whats the difference between those stat shown by top and htop??
Is mysql eating up my memory as shown by htop??