Discover, share, and install apps and add-ons with the Splunk community on Splunkbase. Publish your own or add others to your Splunk platform instance.
Streamline your security operations with a SOAR system that integrates orchestration, playbook automation, and case management to enhance threat response.
Access and share apps and add-ons with the Splunk community on Splunkbase. Publish your own apps, or download and install others on your Splunk platform instance.
Step 2: Drill into slow or stalled transactions to determine the root cause.
From the left menu, navigate to Troubleshoot > Slow Response Times.
In the lower pane of the Slow Transactions tab, click the Exe Time (ms) column to sort the transactions from slowest to fastest.
Select a snapshot from the list and click Details.
Review the Potential Issues list to see the longest-running method and SQL calls in the transaction.
Click a potential issue and select Drill Down into Call Graph, or click Drill Down in the transaction flow map pane to see the complete set of call graph segments retained for this transaction.
View the Time (ms) column to see how long this method execution takes relative to the transaction execution time.
Click the HTTP link in the last column on the right to display the information details pane.
Note theClass, Method,andLine Number(if available) represented by the execution segment. This information provides a starting point for troubleshooting this code issue.
If there are multiple slow or stalled transactions, repeat this step until you have resolved them all and then continue to Step 3.