weblogic性能調(diào)優(yōu)筆記
Posted on 2008-02-27 21:39 leekiang 閱讀(2943) 評(píng)論(0) 編輯 收藏 所屬分類: 應(yīng)用服務(wù)器 1,"weblogic.kernel.Default"是從客戶端提交請(qǐng)求后產(chǎn)生的線程所在的隊(duì)列名。這個(gè)隊(duì)列的線程數(shù)默認(rèn)是15個(gè)。如果超過15個(gè)線程堵塞,則部署的應(yīng)用將不能訪問。同時(shí)后臺(tái)報(bào):
<2008-2-27 下午09時(shí)37分48秒 CST> <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default' has been busy for "1,720" seconds working on the request "Http Request: /myapp/test/index.jsp", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
2,線程數(shù)(Tread Count):指派到weblogic.kernel.Default隊(duì)列的線程數(shù)。如果你不需要使用超過15個(gè)線程(默認(rèn)),就不必更改這個(gè)屬性值。
也可以在mydomain下的config.xml中配置
<ExecuteQueue Name="weblogic.kernel.Default" ThreadCount="50"/>
9,
Bea Weblogic 8.1 SP5 性能優(yōu)化
weblogic中影響性能的參數(shù)總結(jié)
發(fā)布在weblogic里的程序隨時(shí)間越長(zhǎng)就越慢
weblogic中影響性能的參數(shù)總結(jié)
優(yōu)化WebLogic服務(wù)器性能參數(shù)
性能調(diào)優(yōu)及UNIX操作
隊(duì)列長(zhǎng)度一直很高,吞吐量不大,訪問很慢是怎么回事?
Thread Dump 和Java應(yīng)用診斷
WLS8.15常報(bào)socket或連接錯(cuò)誤,什么原因?
Weblogic服務(wù)器性能調(diào)優(yōu)
一個(gè)client和server之間的問題
java,weblogic和jdk性能文檔
http://hi.baidu.com/luyi%5F11/blog/item/d32ea497b0776d6e55fb96d5.html
http://hi.baidu.com/amyihohn/blog/item/79fc8d167c96fe51f2de3230.html
http://hi.baidu.com/luyi_11/blog/item/5300f1f0279c0aaca40f52d1.html
http://www.javaeye.com/topic/140849
<2008-2-27 下午09時(shí)37分48秒 CST> <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default' has been busy for "1,720" seconds working on the request "Http Request: /myapp/test/index.jsp", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
2,線程數(shù)(Tread Count):指派到weblogic.kernel.Default隊(duì)列的線程數(shù)。如果你不需要使用超過15個(gè)線程(默認(rèn)),就不必更改這個(gè)屬性值。
也可以在mydomain下的config.xml中配置
<ExecuteQueue Name="weblogic.kernel.Default" ThreadCount="50"/>
9,
Bea Weblogic 8.1 SP5 性能優(yōu)化
weblogic中影響性能的參數(shù)總結(jié)
發(fā)布在weblogic里的程序隨時(shí)間越長(zhǎng)就越慢
weblogic中影響性能的參數(shù)總結(jié)
優(yōu)化WebLogic服務(wù)器性能參數(shù)
性能調(diào)優(yōu)及UNIX操作
隊(duì)列長(zhǎng)度一直很高,吞吐量不大,訪問很慢是怎么回事?
Thread Dump 和Java應(yīng)用診斷
WLS8.15常報(bào)socket或連接錯(cuò)誤,什么原因?
Weblogic服務(wù)器性能調(diào)優(yōu)
一個(gè)client和server之間的問題
java,weblogic和jdk性能文檔
http://hi.baidu.com/luyi%5F11/blog/item/d32ea497b0776d6e55fb96d5.html
http://hi.baidu.com/amyihohn/blog/item/79fc8d167c96fe51f2de3230.html
http://hi.baidu.com/luyi_11/blog/item/5300f1f0279c0aaca40f52d1.html
http://www.javaeye.com/topic/140849