Hi Guys, I am working on java based web application with Tomcat as...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

S

Surya Kosuri

Guest
Hi Guys, I am working on java based web application with Tomcat as my web and application server, and SQLserver 2008 as Database I am using Jmeter as performance testing tool. How can take AWR Report and GC Analysis Report. Can any one suggest me steps for taking these in windows environment (windows 7)
 
Configure jconsole or jvisual vm in tomcat server
 
AWR Report will be taken at data base side from the DBA with specified run duration.
 
As discussed above use jconsole or jvisualvm to monitor GC collection pattern, AWR reports are only for Oracle data base. For Sql server you have to go with sql Performance Monitoring and Tuning Tools....