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(网页),我可以通过它监控?我想在我现有的网络应用程序中嵌入功能,因此期待任何开箱即用的工具。