

|
Valid XHTML v1.0
Author Profile
Top Authors
Log In to set widget preferences
| Author | # |
|---|---|
|
185 |
|
148 |
Anonymous User
|
49 |
|
28 |
Kimberly Hieber
|
27 |
|
23 |
Note: some conversations may be proxied or secured, thereby causing # differences
Subscribe
Partners
Recent
Tags
Log In to set widget preferences
Recent
Log In to set widget preferences
Most Active
Log In to set widget preferences
Popular
Log In to set widget preferences
|
|
Fiveruns Goodness
by terry on 2008-05-07 09:16 PM read 514 times |
Fiveruns offers a way to monitor the health of Rails systems. Their newest version (rewritten in Ruby from Java) is in beta, so it's free for the time being.
After signing up, you're provided with a script that runs as a daemon on your server. It pokes around your system and discovers subsystems that can be monitored, like MySQL, OS health, Apache, Mongrel, etc.
http://skitch.com/terrbear/mye8/subsystems
Once it's hooked up to those subsystems, you can see reports on how your server is running, like downtime in certain subsystems or resource consumption. You can also inspect specific methods to see how long they're taking to process, or where most of the execution time is taking place (M, V, or C).
http://skitch.com/terrbear/myeu/times
Further, you can have fiveruns start a notification chain when something bad happens, like if all mongrels went down.
http://skitch.com/terrbear/myea/triggers
Right now they'll let you know if your database is choking on a query, but they don't offer any recommendations. That's in their roadmap, where eventually the product should be able to say, "hey, you forgot to index this table. Why don't you do that now?"
I mostly like it because it provides a good bird's eye view for predicting where you're going to need to grow next. At my previous post, once we loaded Fiveruns up, we saw that we had <2% of memory free during normal operation, and the next day there was a demo that crashed the application (no memory for new processes).
No current tags
2 Replies
|
Log In to Reply |
Log In to Copy |
Tell a Friend
|
Trackback URL: http://www.kalivo.com/trackback/975-fiveruns-goodness
|
|
re: Fiveruns Goodness
by Brittain on 2008-05-07 09:36 PM read 93 times |
No current tags
1 Reply | Log In to Reply | Log In to Copy | Tell a Friend |
Trackback URL: http://www.kalivo.com/trackback/976-re-fiveruns-goodness
|
|
re: re: Fiveruns Goodness
by terry on 2008-05-07 09:43 PM read 125 times |
from one of the authors:
CPU usage is negligible. Memory footprint is 10-20MB. On one of my sites, a mongrel instance takes up 3x the amount of memory.
No current tags
Log In to Reply | Log In to Copy | Tell a Friend |
Trackback URL: http://www.kalivo.com/trackback/977-re-re-fiveruns-goodness
