Monitoring platform performance
The ServiceNow AI Platform includes tools that administrators can use to monitor platform performance. Monitoring platform performance enables administrators to proactively identify and solve issues.
Overview of monitoring platform performance
Administrators have access to various logs and dashboards that can be used to monitor how a ServiceNow AI Platform instance is performing. These logs and dashboards can be accessed and reviewed at any time to identify indicators of performance degradation. If you notice abnormally slow response times or an unusually high volume of cancelled transactions, you might have performance issues that need to be resolved.
- Reviewing transaction logs
The instance automatically logs the vital statistics of every transaction that it processes, and that information is available to you as an administrator. Reviewing transaction logs can help identify latency and performance issues. - Reviewing response time on forms
A response time indicator (clock) appears at the end of many forms and lists. - Transaction call chains
Identify and debug the root causes for a problematic transaction by recording, and then reviewing, its call chain. A call chain consists shows the ordered series of scripts executed during the life cycle of a transaction. - Thread performance monitoring
The instance tracks the performance of individual threads, which administrators can view in the transaction log. - Monitoring instance usage
You can track application usage on your instance through the Application Usage Overview and the ServiceNow Store Usage overview dashboards.
Parent Topic:Maintaining and monitoring the ServiceNow AI Platform