TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

62 点作者 rwalker将近 14 年前

4 条评论

justinsb将近 14 年前
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 未加载
e1ven将近 14 年前
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.
nwmcsween将近 14 年前
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.
koenigdavidmj将近 14 年前
Getting a 404 on greplin-nagios-utils.
评论 #2731200 未加载