What is a good web interface for remote linux load monitoring?

Posted by Jakobud on Server Fault See other posts from Server Fault or by Jakobud
Published on 2010-02-28T07:59:50Z Indexed on 2010/05/14 0:44 UTC
Read the original article Hit count: 203

I'm looking for some type of remote linux monitoring software that you can view using a web interface. And I'm not just looking for the basic load information. I'm also looking for process information, similar to the info that you get from TOP. Like I'd just like to be able to pop open this webpage to view whats going on with the server at a moments notice.

For example, perhaps just a basic PHP page that is on the server that uses basic AJAX to display and refresh results from the TOP command in the page.

I was thinking about writing something like this, but I don't want to reinvent the wheel.

© Server Fault or respective owner

Related posts about linux

Related posts about performance-monitoring