`

JProfiler监测远程Tomcat

阅读更多

JProfiler监测远程Tomcat

 

转载之http://www.2mysite.net/Article/380.aspx,转载请注明地址,谢谢!

 

一 软件环境

本地客户端   :           JProfiler5.2.1破解版

远程服务器端:           JProfiler5.2.2的linux版本+Tomcat5.5.27的linux版本+JDK1.5.0_11的linux版本。

二 本地客户端JProfiler的配置

  • 启动JProfiler,如下图所示:启动界面

选择红色区域标示的那一项,点“Next”。

  • 选择远程监测
  • 选择启动模式
  • 定位远程服务器
  • 定位远程服务器上的JProfiler
  • 选择虚拟机类型
  • 选择监测端口号(默认8849)
  • 远程服务器所需修改信息
  • 客户端设置完成至此,本地客户端JProfiler的设置已经完成,接下来就要修改服务器端的配置。

 

三 服务器端的配置

  • 修改Tomcat启动时的配置

修改/usr/local/tomcat/bin目录下的Catalina.sh,添加下面几项到“JAVA_OPTS”中。

  1. JAVA_OPTS="$JAVA_OPTS -agentlib:jprofilerti=port=8849" 
  2. JAVA_OPTS="$JAVA_OPTS -Xbootclasspath/a:/opt/jprofiler5/bin/agent.jar" 
  • 修改环境变量,将JProfiler加入环境变量

修改/etc/profiler文件,在文件的末尾加入下面语句:

  1. JPROFILER_HOME=/opt/jprofiler5/bin/linux-x86  
  2. export LD_LIBRARY_PATH=$JPROFILER_HOME 

修改完后,不要忘记使用source /etc/profile使修改生效!

到此,服务器端得设置完成。

 

四 本地客户端建立连接并监测

首先,启动服务器端的tomcat,切换到tomcat目录下的bin目录,然后运行./startup.sh即可,然后就可以监测了。

一 软件环境

本地客户端   :           JProfiler5.2.1破解版

远程服务器端:           JProfiler5.2.2的linux版本+Tomcat5.5.27的linux版本+JDK1.5.0_11的linux版本。

二 本地客户端JProfiler的配置

  • 启动JProfiler,如下图所示:启动界面

选择红色区域标示的那一项,点“Next”。

  • 选择监测类型
  • 选择远程监测
  • 选择启动模式
  • 定位远程服务器
  • 定位远程服务器上的JProfiler
  • 选择验证类型
  • 定位启动脚本
  • 选择虚拟机类型
  • 选择监测端口号(默认8849)
  • 远程服务器所需修改信息
  • 客户端设置完成至此,本地客户端JProfiler的设置已经完成,接下来就要修改服务器端的配置。

 

三 服务器端的配置

  • 拷贝C:\Documents and Settings\Administrator\.jprofiler5\config.xml到 /opt/jprofiler5中。
  • 拷贝D:\Program Files\Apache Software Foundation\Tomcat 5.5\bin\startup_jprofiler.sh到/usr/local/tomcat/bin中。

到此,服务器端得设置完成。

 

四 本地客户端建立连接并监测

首先,启动服务器端的tomcat,切换到tomcat目录下的bin目录,然后运行./startup_jprofiler.sh即可,然后就可以在客户端连接监测了。如果连接成功,查看/usr/local/tomcat/logs目录下的catatlina.out文件会发下以下日志信息:

  1. JProfiler> Protocol version 26  
  2. JProfiler> Using JVMTI  
  3. JProfiler> 32-bit library  
  4. JProfiler> Don't wait for frontend to connect.  
  5. JProfiler> Using config file /opt/jprofiler5/config.xml (id: 147)  
  6. JProfiler> Listening on port: 8849.  
  7. JProfiler> Native library initialized  
  8. JProfiler> VM initialized  
  9. JProfiler> Using dynamic instrumentation  
  10. JProfiler> Time measurement: elapsed time  
  11. JProfiler> CPU profiling enabled  
  12. JProfiler> Hotspot compiler enabled  
  13. JProfiler> Starting org/apache/catalina/startup/Bootstrap ... 

这就代表配置成功了。

************************************************************
JProfiler远程监控Tomcat

Windows客户端的JProfiler远程监控Linux上的Tomcat

1.测试环境

服务器:RedHat Linux 3.4.3-9.EL4(内核版本 2.6.9-5.EL),Tomcat5.5.20,Sun JDK 1.5.0_09,JProfiler 4.3.2 for linux(安装包:jprofiler_linux_4_3_2.sh)
客户端:Windows XP,JProfiler 4.3.2 for windows(安装包:jprofiler_windows_4_3_2.exe)

2.JProfiler软件下载地址 http://www.ej-technologies.com/

3.客户端 JProfiler 安装 略

4.服务器端 JProfiler 安装:
把 jprofiler_linux_4.3.2.sh 上传到到服务器,假设路径为 /opt/jprofiler

# cd /opt/jprofiler
# chmod +x *.sh
# ./jprofiler_linux_4.3.2.sh -c
按照提示来安装,提示都很简单,不在多说。安装路径选择 /opt/jprofiler4

注意,这里的 -c 意思是用字符方式来安装,如果机器上没有 X 则加上该参数.

5.客户端连接配置
1). 运行 JProfiler 。第一次打开会有向导,忽略它。
2). 选择 Session->Integration Wizard->New Remote Integratation
3). 选择 On a remote computer;Platform of remote computer 选择 Linux x86/AMD 64;Next
4). 输入服务器 IP ;Next
5). 输入服务器上的 jprofiler 的安装路径,如 /opt/jprofiler4 ;next
6). 选择服务器的 JDK 环境,这里是:Sun,1.5.0,hotspot;next
7). 输入端口:这里是默认值 8849;next
8). 选择启动模式:这里选第一种 wait for a connection from the jprofiler GUI;next
9). 这里会列出需要在服务器端做的配置:

Integration type: [Generic application]
Selected JVM: Sun 
1.5.0 (hotspot)
Startup mode: Wait 
for JProfiler GUI

(
1) Please insert

-agentlib:jprofilerti=port=8849  -Xbootclasspath/a:/opt/jprofiler4/bin/agent.jar

into the start command of your remote application right after the java command.

(
2) Please add

/opt/jprofiler4/bin/linux-x86

to the environment variable LD_LIBRARY_PATH.

A remote session named Remote application on 
192.168.40.15 will be created that connects to a running instance of the remote application that is started with the modified start command.


6.服务器端的配置
(1)修改系统环境配置文件 /etc/profile ,增加

JPROFILER_HOME=/opt/jprofiler4/bin/linux-x86
export LD_LIBRARY_PATH
=$LD_LIBRARY_PATH:$JPROFILER_HOME


(2)修改TOMCAT启动文件catalina.sh,添加-agentlib:jprofilerti=port=8849  -Xbootclasspath/a:/opt/jprofiler4/bin/agent.jar 内容到CATALINA_OPTS中;
“-agentlib:jprofilerti=port=8849  -Xbootclasspath/a:/opt/jprofiler4/bin/agent.jar ” 此内容由客户端软件生成

CATALINA_OPTS="$CATALINA_OPTS -Xms128m -Xmx128m $JPDA_OPTS -agentlib:jprofilerti=port=8849  -Xbootclasspath/a:/opt/jprofiler4/bin/agent.jar"


7.Reboot Linux and startup Tomcat using startup.sh;
   The log of tomcat which is $CATALINA_HOME/logs/catalina.out will show:

 JProfiler> Protocol version 23
 JProfiler
> Using JVMTI
 JProfiler
> 32-bit library
 JProfiler
> Listening on port: 8849.
 JProfiler
> Native library initialized
 JProfiler
> Waiting for a connection from the  JProfiler GUI 

 

8.启动客户端软件
   点击jprofiler菜单 session>start center>Open Session
   Available session configurations中列出了刚才配置的连接,选中使用就OK了!!

9.The log of tomcat which is $CATALINA_HOME/logs/catalina.out will show:

 JProfiler> Using dynamic instrumentation
 JProfiler
> Time measurement: elapsed time
 JProfiler
> CPU profiling enabled
 JProfiler
> Hotspot compiler enabled
 JProfiler
> Starting org/apache/catalina/startup/Bootstrap 

 

10.当中断JProfiler连接时
   The log of tomcat which is $CATALINA_HOME/logs/catalina.out will show:

 JProfiler> Disconnected. Waiting for reconnection.
 JProfiler
> Listening on port: 8849.
分享到:
评论

相关推荐

    jprofiler 远程监控 tomcat 服务器

    《使用JProfiler远程监控Tomcat服务器的详细步骤》 在软件开发过程中,特别是对于Web应用程序,确保服务器的稳定运行和高效性能是至关重要的。而当遇到服务器崩溃或性能瓶颈时,借助于专业的监控工具,例如...

    jprofiler 监控容器 tomcat

    里面含有具体文件,web.xml 配置、 javamelody-1.32.1.jar、 jrobin-1.5.9.1.jar、javamelody-1.32.1.war, 把你的web.xml配置 然后把两个jar放到你的项目下面,然后把那个war包放到你的服务下,启动就可以监控你的...

    JProfiler在Windows可视化远程监控Linux上Tomcat进程的安装步骤.pdf

    本文档详细介绍了在Windows操作系统下通过JProfiler可视化远程监控运行在Linux操作系统上的Tomcat应用服务器进程的具体步骤。 **知识点一:JProfiler概述** - JProfiler是一个集成了多种分析技术的Java剖析工具,它...

    JProfiler本地和远程配置windows版

    - 再次面对连接模式的选择,“Wait for a connection from the JProfiler GUI”仍是推荐选项,因为它能确保在启动远程Tomcat之前,JProfiler已准备好接收数据。若选择“Don’t wait, startup immediately”,则需要...

    JProfiler

    在描述中提到的"JProfiler 监控 本地Tomcat",意味着我们可以利用JProfiler来监控运行在本地的Tomcat服务器。Tomcat是一款广泛使用的开源Java Servlet容器,用于部署和运行Java Web应用。通过JProfiler,我们可以...

    JProfiler配置(WAS/Linux/tomcat/windows)

    - 指定远程服务器上JProfiler的安装目录。 - 提供本地的`server.xml`文件路径。 - 选择WebSphere启动服务器的命令文件。 - 设定JProfiler的监听端口。 - 验证配置环境,然后设置启动session的时间。 - 最后,点击`...

    JProfiler的安装及使用

    ### 监测远程Tomcat 1. **本地启动JProfiler**: 同样打开JProfiler,选择"Session" -> "Remote Monitoring"。 2. **远程服务器设置**: 配置远程Tomcat服务器的信息,如主机地址、端口、JVM连接参数等。 3. **启动...

    Jprofiler 最新版 监控linux下的tomcat 文档

    Jprofiler 最新版 监控linux下的tomcat 文档。 希望对你有用哦!这篇文档是我在应用中写下,现在我把资源分改成0分,希望那些不懂的人不要在这里骂人,希望骂人的那些人自身素质提高点,不要在这里出来丢他家里的人...

    jprofiler详细使用介绍

    3. 选择是本地测试还是远程测试,例如选择 tomcat 运行的脚本文件。 4. 选择监控端口,使用默认值即可。 5. 选择是否和 jprofiler 一起运行,并选择立即起动。 远程监控 1. 启动 jprofiler,出现 quick start ...

    jprofiler windows 使用方法介绍

    本文将详细介绍如何在Windows环境下安装和使用JProfiler,包括本地监控和远程监控Tomcat服务器。 **一、JProfiler的安装与配置** 1. **下载与解压**:首先,下载JProfiler的压缩包,并将其完全解压至任意目录。 2....

    jprofiler8性能监控jboss和tomcat图文详解

    JProfiler不仅支持对常规Java应用、Applet、Java Web Start应用的监控,还能对运行在远程服务器上的应用服务器如JBoss和Tomcat进行性能监控。 【安装部署】JProfiler8的安装过程相对简单,包括在监控端和服务器端...

    jprofiler 注册码+安装包

    JProfiler支持远程连接到正在运行的应用,这意味着你可以在生产环境中进行无侵入式的性能监控。同时,它还可以集成到持续集成(CI)流程中,实现自动化性能测试。 7. **详细报告**: JProfiler生成的报告详尽且易于...

    jprofiler 性能监测工具,超级实用

    jprofiler 性能监测工具,超级实用

    JProfiler11+注册机+使用手册

    6. **远程和本地连接**: JProfiler支持远程连接到运行中的Java应用,方便在生产环境中进行无侵入式的性能分析。 7. **集成与定制**: 它可以与其他IDE(如Eclipse, IntelliJ IDEA)集成,提供便捷的工作流程。同时,...

    jprofiler

    jprofiler

    JProfiler安装及使用

    - **配置**:找到 Tomcat 的 `catalina.sh` 文件,将之前 Windows 端 JProfiler 配置时记录的信息添加到 `JAVA_OPTS` 变量中,注意去掉注释符号(#),并确保其位于分号之后。 #### 三、使用 JProfiler 分析 Java ...

    jprofiler8

    同时,它支持远程连接,可以在不中断生产环境的情况下对运行中的Tomcat进行无侵入式的性能监控。 总的来说,jProfiler 8是解决Tomcat内存溢出问题的强大工具。通过深入分析内存、CPU和线程,开发者可以准确地找到...

    JProfiler9入门教程

    - 创建监视远程Tomcat的工程:在JProfiler的配置向导中选择非等待模式,然后指定远程服务器的IP地址和其他必要信息。 - 创建监视远程Java程序的工程:步骤与上述类似,主要区别在于需要指定具体的Java程序而不是...

Global site tag (gtag.js) - Google Analytics