weblogic jprofile配置

前提:

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"

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