search
User control panel - Subscribed threads - Posted threads
Jump forum:

 

post a new thread Reply to Thread

Monitoring RAM usage

Starting message message posted 2006-12-22 05:51:15
Join date:2005-03-09 14:29:33
Posts: 57
webmaster
Novice
Let's monitor the RAM usage of Apache:

# ps auxw | grep -E '(httpd|%CPU)' | grep -v grep

Then Mysql:

# ps aux | grep -E '(mysql|%CPU)' | grep -v grep
Remotehireman Webmaster
0 % message posted 2007-10-26 02:01:03
Join date:2007-10-26 01:43:41
Posts: 5
edouard
Novice
For monitoring processes you must know the top command:


# top


which gives a dynamic view of the system resources.
post a new thread Reply to Thread
Reply to Thread

Monitoring RAM usage

You have to sign in to post messages to the forum.