Possible Duplicate:
Apache Server Performance Monitoring

i wonder how one can monitor a lamp server (ubuntu) on production.

are there any standard tools for this to watch the server performance/load in realtime via the browser? how mysql, linux, apache etc are doing...

what is best practice regarding this?

any tutorials would be great. thanks!

link|improve this question

This would better be asked on ServerFault. Have a look at this thread: serverfault.com/questions/44/… – Bayard Randel Apr 19 '10 at 3:52
feedback

migrated from stackoverflow.com Apr 19 '10 at 20:04

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by splattne Apr 19 '10 at 20:49

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

up vote 2 down vote accepted

You could look at Nagios:

http://www.hyperic.com/products/nagios-monitoring

It's open source, supports monitoring of pretty much anything you can think of. The last place I was at used it for the entire enterprise (web servers, database, network, applications, etc)

link|improve this answer
feedback

check this thread.

link|improve this answer
feedback

http://munin-monitoring.org/ is another option

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.