Identifying high transaction concurrencyIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 85%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; text-decoration: underline; } .hd3{ color: #7a7a7a; font-weight:; font-size:16px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14px; text-decoration:; } --> Identifying high transaction concurrency Symptoms: Slow response times.Instance appears to be inaccessible.Stats and threads pages are accessible, but the user interface is not CauseToo many users based on instance sizing.Integration traffic overwhelming transaction capacity.Resource constraints slowing down transaction time.Resolution To verify if concurrency issues exist: Gather and save stats.do and threads.do for the instance. Note: If you are unable to reach the stats.do page, a restart of the instance or individual node may be necessary. Contact the ServiceNow Technical Support team to determine if this is necessary to perform the action. Refreshing the stats.do page will give you an idea of concurrency over time. Observe the Semaphore Sets section on the stats.do page over a few refreshes. The instance may be experiencing a high concurrency of requests if: Available semaphores is at 0 (zero), or remains very close to that.Currently waiting on a semaphore remains at 1 (one) or above.Semaphore transaction times are low (sub 1 second), but the above conditions are still true. If semaphore transaction times are long, then this is not a concurrency issue and is likely a blocking or other performance issue. If the long-running semaphores are mostly for the same URL (for example, /incident.do), then there may be an issue related to that individual page, and further troubleshooting of that page is needed.If the long-running semaphores are for various kinds of URLs, then there may be a resource constraint causing degraded performance. For additional information, see Troubleshooting slow performance. Alternate verification method: If you are able to log in to and use the instance, navigate to the Service-now Performance homepage.Observe the System Overview, Response Time, and Transactions graphs for the relevant time period. The instance may be experiencing a high concurrency of requests if the graphs display any of the following scenarios: System Overview: The bar graph representing concurrency_mean is greater than or near the number of maximum semaphores.Response Time: The Median line on the graph is in the acceptable range (sub 1 second).Transactions: Transactions per minute are high. For most systems, 200K per minute and above are worth investigating. If transaction times are long or transactions per minute are relatively low, then this is not a concurrency issue. Other possible causes of performance issues should be investigated. To resolve a concurrency issue: Suspend activity at the source of the traffic, if possible. If this is a Management, Instrumentation, and Discovery (MID) Server or external integration, the owner of the system will need to take action. Note: To help identify the source of the increased request traffic, contact the ServiceNow Technical Support team. If transaction volume is related to normal user traffic, an incident must be created and assigned to Technical Support to evaluate instance capacity. If the issue continues to exist after following these guidelines: Clearly identify the issue or question.Visit the ServiceNow product documentation.Search the ServiceNow Community.Post a question on the ServiceNow Community forums. New users must create an account on the ServiceNow Community in order to post.Open an incident via email or the online Technical Support system.Contact the Technical Support team.Related LinksFor more topic related issues, review the following Knowledge Base article: Troubleshooting slow performance