JProfiler远程监控
1、 服务端安装JProfiler(与客户端版本一致) 2、 客户端配置连接: A)、session——integration wizards——New remote integration B)、选择远程监控的平台windows,点击next C)、选择jdk版本,如果服务器是64位的jdk则勾上64 bit jvm,点击next D)、选择等待连接,点击next E)、输入服务端ip地址,点击next F)、输入服务端机器上的jprofiler的安装路径,点击next G)、端口默认8849,点击next H)、提示需要在服务端插入下面的启动命令:-agentpath:C:\jprofiler7\bin\windows\jprofilerti.dll=port=8849 客户端配置完成 3、 服务端,在C:\jboss-4.2.3.GA(2)\jboss-4.2.3.GA\bin下面编辑run.bat 加入下面的启动项-agentpath:C:\jprofiler7\bin\windows\jprofilerti.dll=port=8849 如set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -agentpath:C:\jprofiler7\bin\windows\jprofilerti.dll=port=8849 启动jboss