JMX + 支持 Web GUI
JMX + Supporting Web GUI
WebLogic 上有 Web 应用程序 运行。我通过添加以下系统属性启用了 JMX 监控:
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=9010
-Dcom.sun.management.jmxremote.local.only=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
在我的本地命令提示符下,我可以使用 <server_name>:<port>
连接它
我的问题是,是否有任何开源工具提供开箱即用的 GUI(网页),我可以通过它进行监控?我想在我现有的网络应用程序中嵌入功能,因此期待任何开箱即用的工具。
看看JMiniX。 JMiniX 可以通过 servlet 或作为独立应用程序中的嵌入式 Web 服务器使用。
WebLogic 上有 Web 应用程序 运行。我通过添加以下系统属性启用了 JMX 监控:
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=9010
-Dcom.sun.management.jmxremote.local.only=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
在我的本地命令提示符下,我可以使用 <server_name>:<port>
我的问题是,是否有任何开源工具提供开箱即用的 GUI(网页),我可以通过它进行监控?我想在我现有的网络应用程序中嵌入功能,因此期待任何开箱即用的工具。
看看JMiniX。 JMiniX 可以通过 servlet 或作为独立应用程序中的嵌入式 Web 服务器使用。