The memory charge information can help us to find what part of the system is taking too much ressources, is it mysql, apache2 or another part of Linux ?
To get the memory status in Linux, you can use these commands :
# free -m
# cat /proc/meminfo
# vmstat -s
Live memory status :
# top
Press q to exit top command
# htop
Press F10 to quit htop command.
Note: Commissions may be earned from the links above.
This page contains references to products from one or more of our advertisers. We may receive compensation when you click on links to those products. For an explanation of our advertising policy, please visit this page.