To use the Neotys Design Studio module for CA APM, it is necessary to install the Synthetic User Field Pack Extension in the CA APM Java agent for Java applications.
For example, to edit a j2ee.pbd file for an Apache-Tomcat server on Windows: C:\Program Files\apache-tomcat-5.5.12\wily\j2ee.pbd, it is necessary to:
HttpServletTracer with SynthHttpServletTracer.TraceOneMethodWithParametersIfFlagged: HttpServletTypeSpecificServiceTracing
SetTracerClassMapping: SynthHttpServletTracer com.wily.introscope.agent.trace.SynthHttpServletTracer com.wily.introscope.probebuilder.validate.ResourceNameValidator
SetTracerParameter: SynthHttpServletTracer useblame true
j2ee_sample.pbd sample file located in the <neoload_install_dir>/conf/ca apm/ directory For example, to edit an IntroscopeAgent.profile file for an Apache-Tomcat server on Windows: C:\Program Files\apache-tomcat-5.5.12\wily\IntroscopeAgent.profile, the following elements are required:
Transaction Tracer Configuration heading must not start with the # character and must be filled in as follows:introscope.agent.transactiontracer.userid.method=HttpServletRequest.getHeader introscope.agent.transactiontracer.userid.key=SyntheticID
URL Grouping Configuration heading must not start with the # character and must be filled in as follows:introscope.agent.urlgroup.keys=default
introscope.agent.urlgroup.group.default.pathprefix=*
introscope.agent.urlgroup.group.default.format=Default
Default node. The last property value can be left empty to retrieve separate metrics for each request in a page. However, leaving the property value empty can result in significantly more metrics and overhead being generated by the introscope (CA APM) agent which could adversely affect the performance of the monitored applications.IntroscopeAgent_java_sample.profile sample file located in the <neoload_install_dir>/conf/ca apm/ directory.<neoload_install_dir>/conf/ca apm/SynthHttpServletTracer.jar file into the CA APM Java agent ext directory.j2ee.pbd file in the CA APM Java agent installation directory.IntroscopeAgent.profile file in the CA APM Java agent installation directory.