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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Blunders.io, a tool to profile JVMs in production

46 点作者 antonhag将近 5 年前

6 条评论

philipkglass将近 5 年前
How does this compare with Flight Recorder? As of Java 11, Flight Recorder and its analysis tools (JDK Mission Control, formerly Java Mission Control) are free and open source:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;openjdk&#x2F;jmc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openjdk&#x2F;jmc</a><p>I have found Flight Recorder light weight enough to have it always enabled on production services. I didn&#x27;t start using it until last year because it was a commercial feature on older Java releases.<p>EDIT: another comment says that this is based on Flight Recorder. The value add proposition is around the interface rather than the instrumentation, then. I think there <i>is</i> an opportunity there. JMC is fairly heavyweight and doesn&#x27;t have good visualization&#x2F;exploration tools for everything.
评论 #23632228 未加载
antonhag将近 5 年前
Hi HN!<p>I&#x27;m Anton, and I wanted to show you this tool that I have been building over the last year or so. It&#x27;s based on experience from working with performance of Java apps (particularly Elasticsearch), and would have made my life so much easier in that role.<p>I would love feedback on essentially everything! You can see the core of the product by pressing the &quot;demo&quot; button on the top of the landing page. Thanks in advance :)
评论 #23631863 未加载
评论 #23633457 未加载
SNosTrAnDbLe将近 5 年前
I would not attach a java agent which sends out JVM profiling to a remote site and that too in production. Do you intend to have an offline version of this tool?
评论 #23634896 未加载
runT1ME将近 5 年前
This seems pretty cool. Would I still get value if I only want to sample performance a few hours a week, say, under high load? Do you allow for that?
评论 #23633147 未加载
sqrt17将近 5 年前
Is there a similar tool that you can throw at Electron&#x2F;NodeJS apps to figure out why Slack and Teams are eating all the CPU and memory again?
评论 #23637563 未加载
liquid153将近 5 年前
Pretty cool tool, could easily see myself using this