Troubleshooting general performance issues on all applicationsDescription<!-- 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:; } --> If slow performance is experienced by all users and also affects all applications in the instance, see below for symptoms, causes, and ways to resolve the issue. Symptoms When users report performance problems, slowness, or interrupted access on all applications, there are a number of possible symptoms: Transactions take longer than expected. Unable to connect to the instance. Low or out-of-memory alerts appear.Some Java applications use a lot of memory compared to native applications.Program absorbs more and more system memory as it runs.Stats and threads are accessible, but the user interface is not.CauseAny of the following issues can be a cause, or contribute to the performance: There is no network connectivity. Network issues exist between the instance and user.The Java Virtual Machine (JVM) memory utilization level is high or the memory heap is not big enough to store all data. A large number of calls are made to the database, which causes high disk input/output (I/O) on the database server.The central processing unit (CPU) load on the server is too high.There is a high level of transaction concurrency.Resolution Note: Prior to completing the following steps, collect the necessary information needed to troubleshoot the performance issue. For more information, see Gathering node data via stats.do and threads.do. To troubleshoot slow performance experienced by all users on all applications: Test the network connectivity to the instance and verify that there are no existing issues. For more information, see Managing network connectivity issues. Verify that the instance is not running out of JVM memory. For more information, see Identifying abnormal JVM memory utilization.Verify that the instance is not experiencing high concurrency. For more information, see Identifying high transaction concurrency. The ServiceNow internal role is required to complete the following steps Verify that the disk I/O does not indicate overuse or high levels of saturation. For more information, see Identifying high disk I/O on the database server.Verify that there are sufficient CPU resources to satisfy demand. For more information, see Identifying high CPU utilization on the server. If the issue continues to exist after following the steps in this article: Clearly identify the issue or question.Search in the ServiceNow product documentation for your issue.Search for your issue in 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. For more information on how to submit an incident, see Customer Support.Additional InformationFor more information on related topics, review the following product documentation pages: Troubleshooting PerformanceMonitoring Performance on ThreadsRunning System Diagnostics For more topic-related issues, review the following Knowledge Base article: Troubleshooting slow performance