前提:
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"