Can I view the trace of a web transaction that consumes more response time?

Can I view the trace of a web transaction that consumes more response time?

  1. Please make sure that "Enable transaction tracing" option is enabled in Agent Configuration.
  2. Set the threshold for transaction tracing in "Transaction trace threshold" option (in seconds). Traces will be generated for any transactions that takes longer than the specified threshold, in the directory <APPMANAGER_HOME>/working/apminsight/traces
  3. Also top 5 slow traces can be viewed in Overview Tab.

                  New to ADSelfService Plus?

                    • Related Articles

                    • APM Insight Troubleshooting - FAQs

                      Monitor Addition - FAQs 1. How to add an APM Insight Monitor? After you deploy the APM Insight agent in your Application Server with suitable Applications Manager credentials in the apminsight.conf file, APM Insight monitors will automatically be ...
                    • RBM - Add content check via Web Transaction Recorder (Browser Extension)

                      Related topic: Check out this link if you want to configure content check through the Playback Script. The below mentioned steps are supported only in Firefox Recorder. For Chrome and Edge recorders, refer here for steps to add content check during ...
                    • How to find the response time of a server?

                      In Applications Manager, we can find the response time in two ways: ICMP Ping : We will execute the ping command, based on the time taken for the command, the response time of the server is measured. TCP\UDP Port check : If the ICMP Ping fails, we ...
                    • How to find the response time of a server ?

                      We have two ways to find the response time: 1. ICMP Ping : We will execute the following command. ping <hostname> based on the time taken for the above command, the response time of the server is measured. 2. If the ICMP Ping fails, we will do a ...
                    • Transaction Count Mismatch Between APM Insight and applications

                      Transaction counts are crucial for understanding application performance. However, discrepancies between APM Insight-reported and application-reported counts can cause confusion. This article explores common causes and solutions for these mismatches, ...