版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1
WebLogicServer性能監(jiān)控與調(diào)優(yōu)
Overview-1WebLogic的版本W(wǎng)ebLogicServer8.1(Java1.4、J2EE1.3)WebLogicServer9.x(Java5、J2EE1.4)WebLogicServer10.0(Java5、JavaEE5)WebLogicServer10.3(Java6、JavaEE5)WebLogicServer11gR1(10.3.x)(Java6、JavaEE5)軟件授權(quán):自從oracle收購了bea之后,WebLogic的序列號全都開放了,沒有必要再去進行破解了。2
WebLogic主要使用
的JVMSUNHotSpotJVMBEAJRockitJVM不同的JVM,其可設(shè)置的參數(shù)和監(jiān)控的工具將是不同,后面將分別介紹這兩種JVM的設(shè)置。在Intel架構(gòu)和windows平臺上,建議使用JRockitJVM,這樣可以帶來更優(yōu)的性能。3
WebLogic實例主要設(shè)置內(nèi)容啟動參數(shù)設(shè)置主要是設(shè)置GC參數(shù)線程設(shè)置主要是設(shè)置線程的數(shù)量數(shù)據(jù)庫連接池的設(shè)置主要是設(shè)置連接池的初始容量和最大容量4
WebLogic8.1啟動文件%DOMAIN_HOME%/startWebLogic.cmd設(shè)置實例的運行模式:開發(fā)模式/生產(chǎn)模式設(shè)置JAVA_HOME設(shè)置JAVA_VM:client/server/jrockit設(shè)置MEM_ARGS%WL_HOME%\common\bin\commEnv.cmd設(shè)置所有實例都統(tǒng)一使用的參數(shù)5
WebLogic9.2啟動文件%WL_HOME%\common\bin\commEnv.cmd設(shè)置所有實例統(tǒng)一的運行參數(shù)%DOMAIN_HOME%\bin\setDomainEnv.cmd設(shè)置本實例的運行參數(shù)%DOMAIN_HOME%\bin\startWebLogic.cmd運行啟動腳本6
7
SunHotSpotHeap分布Heapisdividedbroadlyintothreeareas:Young(New)generationTenured(Old)generationPermanent(Perm)generationYounggenerationisfurtherdividedinto:EdenSurvivorspaces(2)Xmx8
TuningGCManually…Newself-tuningfeatureisnotavailablewhiletuningJVMspriortoversion1.5andmanualtuningisrequired.Thefollowingarethecommontuningparametersavailablewhiletuningthegarbagecollectionmanually:Sizeofthetheoverallheap-Xms[n]-Xmx[n]Sizeofthegenerationsintheheap-XX:NewSize=n-XX:MaxNewSize=n-XX:NewRatio=n9
…TuningGCManuallyCommontuningparameters(continued)Thesizeofthesurvivorspacesintheyounggeneration-XX:SurvivorRatio=nThesizeofthepermanentgeneration-XX:PermSize=n-XX:MaxPermSize=nThethresholdforpromotionfromtheyounggenerationtotheoldgeneration-XX:MaxTenuringThreshold=nTuninginvolveseitheraseriesofexperimentswithaspecializedtool(or)goodjudgmenttodecidethatGCwasperformingwell.TuningSunHotSpotJVM-3810
JRockitBenefitsWeblogicJRockitJVMisdesignedforserver-sideapplications.Itemploysadaptiveoptimizationtosignificantlyimproveruntimeperformance.Ithasadaptivegarbagecollectionandheapmanagement.Itoffersfullsupportfor32and64bitJRockitonIntelEM64T/AMD64andcompatibles.JRockitalsosupportsSolaris/Sparcarchitecture.Itofferssupportforverylargeheapson64bitplatforms.JRockitMissionControltoolssuiteoffersbettermanagement,tuningandtroubleshooting.11
GenerationalHeap-JRockitInthetwo-generationalmodel,heapisdividedintotwogenerationsYounggeneration(Nursery)OldgenerationInasingle-spacedmodel,alltheobjectsareallocatedinasinglespaceontheheap.NurseryOldSpaceXnsXmxXmxWebLogic8.1實例的線程設(shè)置...線程的設(shè)置主要是在weblogic控制臺中完成12
.WebLogic8.1實例的線程設(shè)置..13
..WebLogic
8.1實例的線程設(shè)置.14
…WebLogic
8.1實例的線程設(shè)置15
WebLogic9.2實例的線程設(shè)置.線程管理與WebLogic8.1存在很大的不同,由WebLogic自動去管理。默認情況下,WebLogic提供的線程數(shù)量較小,并且在管理控制臺上沒有修改線程數(shù)量的鏈接。16
.WebLogic9.2實例的線程設(shè)置可以通過手動修改config.xml文件,使用與weblogic8.1相同的線程設(shè)置風格。主要是在<server>中添加以下代碼:17
數(shù)據(jù)連接池、數(shù)據(jù)源的主要配置連接池的初始容量、最大容量、增長容量。是否啟用連接泄露配置。是否測試數(shù)據(jù)庫連接。數(shù)據(jù)庫連接的時間設(shè)置。18
OracleRAC集群OracleRAC(OracleRealApplicationCluster),Oracle數(shù)據(jù)庫的集群?;诠蚕泶鎯Φ臄?shù)據(jù)庫,具有多個數(shù)據(jù)庫運行實例。tnsnames.ora形式與常規(guī)模式不同。19
OracleRAC的數(shù)據(jù)源配置url采用oracletnsname配置的方式:配置WebLogic多池數(shù)據(jù)源方式:Multipool(WebLogic8.1)多數(shù)據(jù)源(WebLogic9.2)20
SunHotSpot-JConsole21
JConsoleisaJMX-compliantGUItoolthatconnectstoarunningJVM,whichisstartedwiththemanagementagent.JDK5.0includesthemonitoringandmanagementtool,JConsole.JConsoleallowsyoutoseeinsidetheJVMandtheapplicationwhileit'srunning.JConsoleprovidesrealtimeviewingoftheperformanceofapplicationsandshowstheirresourceconsumption.22
…JConsole…ThemanagementagentintheJVMshouldbestartedformonitoring.ItcanonlyconnecttooneJVMatanytime.TouseJConsoleforconnectingtoaJVMlocally,WebLogicServershouldbestartedwiththeoptiontoenablethemanagementagent.-Dcom.sun.management.jmxremote23
JconsoleRemoteMonitoringToenabletheJMXagent(JConsole)forremoteaccess,setthissystempropertywhenyoustartWebLogicServerorJVM:Dcom.sun.management.jmxremote.port=portNoConnectingremotelythroughJConsoleistherecommendedwaywhenmonitoringormanagingproductionenvironments.TuningSunHotSpotJVM-12SUNHotSpot-jvisualvmJava6里自帶的一個監(jiān)控jvm運行狀況的工具。%JAVA_HOME%/bin/jvisualvm.exe24
OracleJRockitMissionControlWindows平臺下,性能較優(yōu)的JVM。提供的很好的監(jiān)控工具,用于監(jiān)控WebLogic的運行狀況。針對不同的JDK版本,都有對應(yīng)的安裝程序??梢詮腛racle網(wǎng)站免費下載/technetwork/middleware/jrockit/overview/index.html25
26
BEAJRockitMissionControlBEAJRockitshipswithBEAJRockitMissionControl.Theseareagroupofindependentmanagementandmonitoringtools.BEAJRockitManagementConsoleJMXComplaintmonitoringtoolBEAJRockitRuntimeAnalyzerRecordsandhelpsyouanalyzeJVMandrunningapplicationBEAJRockitMemoryLeakDetectorDetectsandfindsthecauseformemoryleaksThemainfocusofJRockitMissionControlistodothenecessaryinstrumentationwiththelowestpossibleimpactonthesystem.27
ManagementServerThemanagementserverintheJRockitVMisdisabledbydefault.Toenablethemanagementserver,addthefollowingcommand-lineargumenttotheJVMstartscript:java-Xmanagement…weblogic.ServerThedefaultportthatthemanagementserverus
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025安全生產(chǎn)月計劃例文
- 幼兒園工作計劃匯編
- 2025年度高中美術(shù)班教學計劃范文
- 關(guān)于幼兒園下半年工作計劃模板錦集
- 2025年1月外貿(mào)業(yè)務(wù)員工作計劃
- 中小學學籍管理工作計劃
- 2025年行政人事主管工作計劃
- 2025年中學體育教研組工作計劃例文
- 《食品添加劑概述》課件
- 《多目標決策分析》課件
- 2024-2025學年上學期廣州小學語文五年級期末模擬試卷
- 2024年標準化食堂食材采購綜合協(xié)議范本版
- xx單位政務(wù)云商用密碼應(yīng)用方案V2.0
- 《西方經(jīng)濟學(本)》形考任務(wù)(1-6)試題答案解析
- 不良行為學生教育轉(zhuǎn)化工作實施方案(五篇)
- 校園招聘策劃方案
- 護理學專業(yè)大學生職業(yè)規(guī)劃書
- 北師大版五年級上冊數(shù)學期末測試卷及答案共5套
- 《人體解剖與組織胚胎學》學習通超星期末考試答案章節(jié)答案2024年
- 2024-2025學年人教版生物八年級上冊期末綜合測試卷
- 北師大版六年級上冊數(shù)學《總復(fù)習》課件
評論
0/150
提交評論