TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Greplin's code independence day: open source for Nagios, OOM debugging, and more

62 pointsby rwalkeralmost 14 years ago

4 comments

justinsbalmost 14 years ago
For the Java OOM analyzer, did you look at creating a heapdump automatically (using -XX:+HeapDumpOnOutOfMemoryError), and then using the Memory Analyzer Toolkit (<a href="http://www.eclipse.org/mat/" rel="nofollow">http://www.eclipse.org/mat/</a>)?<p>I can see that your approach is (presumably) much faster because it avoids the need to dump all the memory, but I've found heapdump + MAT to be incredibly powerful.
评论 #2731258 未加载
e1venalmost 14 years ago
Thank you! The Nagios utils look very cool. I write all my Nagios checks in Python locally, and the startup/stop through NRPE is getting to be a problem.<p>I'd been thinking "Hrmm.. I bet I could use Tornado to fire these off inline.." and Bam, here it is ;)<p>Seriously awesome.
nwmcsweenalmost 14 years ago
I recommend <a href="https://www.icinga.org/" rel="nofollow">https://www.icinga.org/</a> over nagios, it's simply a fork with quite a few updates so greplin-nagios-utils should work on it as well.
koenigdavidmjalmost 14 years ago
Getting a 404 on greplin-nagios-utils.
评论 #2731200 未加载