美文网首页
jprofiler使用

jprofiler使用

作者: canezk | 来源:发表于2016-10-18 13:50 被阅读425次

    jprofiler简介

    JProfiler是一个全功能的Java剖析工具(profiler),专用于分析J2SE和J2EE应用程序
    

    服务启动时候的参数

    要监控的服务启动的时候,需要加上以下jvm参数才行
    -agentpath:/disk1/cloudop/jprofiler9/bin/linux-x64/libjprofilerti.so=port=8849,nowait
    注意:
    nowait参数就是指的服务可以不需要有来自profiler客户端的连接就可以直接启动
    

    客户端配置

    官方手册

    参考上述手册即可
    

    mac端示例图:

    QQ20161018-1@2x.png

    相关文章

      网友评论

          本文标题:jprofiler使用

          本文链接:https://www.haomeiwen.com/subject/qbqtuttx.html