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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How to monitor a JVM over a SSH tunnel

3 点作者 kimi将近 3 年前

2 条评论

exabrial将近 3 年前
Similar: I like <a href="https:&#x2F;&#x2F;jolokia.org" rel="nofollow">https:&#x2F;&#x2F;jolokia.org</a>, which exposes the JMX Attributes as RESTful calls. It can run as an Agent on any JVM, so any piece of Java software (even closed-source) can be monitored.<p>That being said, not a huge fan of using REST for this purpose as it&#x27;s quite heavyweight compared to something like SNMP or the raw JMX protocol.
kimi将近 3 年前
Not sure why, the correct link is <a href="https:&#x2F;&#x2F;www.queuemetrics.com&#x2F;blog&#x2F;2021&#x2F;05&#x2F;04&#x2F;Monitor-QueueMetrics-JMX&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.queuemetrics.com&#x2F;blog&#x2F;2021&#x2F;05&#x2F;04&#x2F;Monitor-QueueMe...</a> but HN changed the link to the top of the blog.