CAFE

WebLogic

[WLS10.3]HTTP Session Size 확인

작성자Luke|작성시간08.09.06|조회수161 목록 댓글 0

HTTP Session size information can be helpful during troubleshooting of the application’s performance issues.

In WebLogic 10 it is possible to determine HTTP session size without using any external tool.

 

Add weblogic-diagnostic.xml deployment descriptor with “HTTPSessionDebug” in META-INF directory of the “EAR” or exploded application.
i.e.
physicianEar/META-INF

 

weblogic-diagnostic.xml

<?xml version="1.0" encoding="UTF-8"?>
<wldf-resource xmlns="http://www.bea.com/ns/weblogic/90/diagnostics">
<instrumentation>
<enabled>true</enabled>
<wldf-instrumentation-monitor>
<name>HttpSessionDebug</name&gt
;

<enabled>true</enabled>
</instrumentation>

</wldf-resource>

2) Re-deploy application.

3) Invoke application to create test sessions.

4) In Admin console go to Diagnostic --> Log Files --> EventsDataArchive

[HTTP-Session-Size.jpg]

Payload column displays HTTP session size in bytes.

 

http://jayesh-patel.blogspot.com/

다음검색
현재 게시글 추가 기능 열기

댓글

댓글 리스트
맨위로

카페 검색

카페 검색어 입력폼