If you have multiple nodes, I recommend new relic. It's a bit pricey, but if an issue arises in your stack, new relic can help you immediately pinpoint where and what the issue is. ps. I can view new relic on my phone, so if I get a pagerduty, I can still see what's up if I'm at the beach.
Yes New Relic is pretty awesome. Lot of information you can monitor there, with a very easy installation. You can get a free account in there aswell, just to test it. I just made one, and i really like the simple UI: http://i.imgur.com/oGGfTrp.png
Linux server monitoring tools
21–30 of 83 posts
Re: Linux server monitoring tools
#22Anybody here now of a ApacheTop-like tool for nginx?
Re: Linux server monitoring tools
#23[1]: http://sebastien.godard.pagesperso-orange.fr/documentation.h...
Re: Linux server monitoring tools
#24Earlier quoted context omitted.
Yes New Relic is pretty awesome. Lot of information you can monitor there, with a very easy installation. You can get a free account in there aswell, just to test it. I just made one, and i really like the simple UI: http://i.imgur.com/oGGfTrp.png
New Relic is really great. Especially if you use Ruby, as it has instrumentation deep into the application run level. Unmatched for finding bottlenecks really.
Re: Linux server monitoring tools
#25Re: Linux server monitoring tools
#26Everyone who deals with *nix in any way has known of all these applications by default. Couldn't come up with anything else to promote your useless blog?
Re: Linux server monitoring tools
#27Re: Linux server monitoring tools
#28Earlier quoted context omitted.
New Relic is really great. Especially if you use Ruby, as it has instrumentation deep into the application run level. Unmatched for finding bottlenecks really.
Isn't it the same with PHP? And probably other languages too.
Re: Linux server monitoring tools
#29It can collect detailed memory usage profile of processes and when combined with some smart scripting it has a nice leak detection functionality [1]. Very useful when you run out of memory and want to find which daemon has used all of it.
[1] http://www.atoptool.nl/download/case_leakage.pdf
edit: formatting
Re: Linux server monitoring tools
#30Earlier quoted context omitted.
Yes New Relic is pretty awesome. Lot of information you can monitor there, with a very easy installation. You can get a free account in there aswell, just to test it. I just made one, and i really like the simple UI: http://i.imgur.com/oGGfTrp.png
New Relic is really great. Especially if you use Ruby, as it has instrumentation deep into the application run level. Unmatched for finding bottlenecks really.
We recently open source our Ruby instrumentation: