码迷,mamicode.com
首页 > Web开发 > 详细

weblogic jprofile配置

时间:2019-01-12 14:21:58      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:nbsp   agent   inux   log   x64   linu   img   file   profile   

前提:

1.安装好weblogic

2.安装好jprofile

 

非等待模式: export JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.threadpool.MinPoolSize=100 -Dweblogic.threadpool.MaxPoolSize=1000 -Djava.awt.headless=true -agentpath:/opt/jprofiler9/bin/linux-x64/libjprofilerti.so=port=8849,nowait"

 

技术分享图片

 

等待模式: export JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.threadpool.MinPoolSize=100 -Dweblogic.threadpool.MaxPoolSize=1000 -Djava.awt.headless=true -agentpath:/opt/jprofiler9/bin/linux-x64/libjprofilerti.so=port=8849"

技术分享图片

 

weblogic jprofile配置

标签:nbsp   agent   inux   log   x64   linu   img   file   profile   

原文地址:https://www.cnblogs.com/hutuchong/p/10259442.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!