美文网首页
使用jprofiler对linux上jar包项目分析

使用jprofiler对linux上jar包项目分析

作者: 乐乐J | 来源:发表于2019-04-17 11:27 被阅读0次
    1.download jprofiler for linux ,download jprofiler for windows
    url:
    https://www.ej-technologies.com/download/jprofiler/files
    
    2.install jprofiler on the windows and linux

    windows: installed by ".exe"
    linux: installed by "tar.gz"

    3.start

    linux:

    ./jprofiler/bin/jprofiler ,then you must use the command of "java -agentpath:/opt/jprofiler11.0/bin/linux-x64/libjprofilerti.so=port=yourport,nowait -jar yourproject.jar"
    

    windows: step by step

    4.start the session

    相关文章

      网友评论

          本文标题:使用jprofiler对linux上jar包项目分析

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