监控 Glassfish 中部署的 Web 应用程序

发布于 2024-12-06 04:14:42 字数 124 浏览 1 评论 0原文

从部署在 Glassfish 应用服务器中的 Web 应用程序中,我必须找到一些指标来进行监控。 在网络应用程序内部,是否有其他工具/库允许我收集此类指标?

我知道我可以连接到 JMX/AMX,但是还有其他解决方案吗?

From a webapp deployed in a Glassfish app server, I have to find some metrics to allow monitoring.
Inside the webapp, is there others tools/libraries which allow me to gather such metrics ?

I know I can connect to JMX/AMX, but is there others solutions ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

陪你到最终 2024-12-13 04:14:42

JavaMelody 可以监控 web 应用程序内的很多内容(已用内存、%cpu、http 会话等),如果您愿意,您可以使用它通过 http 访问指标和 JMX 值。

JavaMelody can monitor a lot of things inside the webapp (used memory, %cpu, http sessions, ...), and if you want that you could use it to access metrics and JMX values over just http.

策马西风 2024-12-13 04:14:42

根据您的客户端情况,有多种选择 - 我首先想到的是通过 HTTP URL 提供的 JSON 或 CSV,您可以拉取

dpending on your client there is variety of options - first comming to my mind is JSON or CSV provided through HTTP URL you can pull

放血 2024-12-13 04:14:42

Codahale Metrics 库为您提供了一种收集许多不同指标的便捷方法。此外,它还提供不同的报告器,如 JMX、CSV、JSON、文件输出。

There is the Codahale Metrics library which provides you a conevient way to collect many different metrics. Furthermore it provides different reporters as JMX, CSV, JSON, fileoutput.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文