Features of the Investigation tab
Summarize
Summary of Features of the Investigation tab
The Investigation tab in ServiceNow provides comprehensive CI (Configuration Item) metrics and tools designed to help agents quickly diagnose and resolve CI-related issues within incidents. It displays relevant metrics data for the affected CI and offers various interactive features to analyze performance, health, and historical trends.
Show less
Key Features
- Metrics Viewing Options:
- Initial metrics: Shows CI metrics from 30 minutes before to 30 minutes after the incident creation, configurable via the
snsow.initialmetricfetchwindowproperty. Available only for the primary CI. - Recent metrics: Displays the latest available metrics for the CI. This is the default view and updates can be triggered manually using the Get latest metrics icon.
- Initial metrics: Shows CI metrics from 30 minutes before to 30 minutes after the incident creation, configurable via the
- Metrics Data Includes:
- Overview: Basic CI details such as name (hyperlinked to CI record), OS, and model.
- System Information: Provides detailed system diagnostics via a modal, including Microsoft system info (msinfo32) and Azure AD device state (dsregcmd). Requires integration with the Agent Client Collector for Investigation adapter.
- Device Health: Launches the Digital End-User Experience (DEX) application page for detailed device health metrics collected by DEX, accessible only if the CI is a device endpoint with the DEX plugin and agent installed.
- Asset Utilization: Displays memory, disk, CPU usage (all as percentages), and uptime. Metrics are color-coded (yellow for warning, red for critical) based on configurable threshold values to highlight potential issues.
- Top Processes: Lists processes consuming the most CPU and memory, color-coded to indicate critical levels, with customizable thresholds.
- Services: Lists running services on the CI.
- Logged In Users: Displays users currently logged into the CI.
- Installed Applications: Shows applications installed on the CI; for Windows devices, excludes pre-packaged apps.
- Historical Metrics: Users can view historical CI metrics data over selectable time ranges using the View History button, facilitating trend analysis and deeper investigation.
Why It Matters
This tab consolidates vital CI health and performance data directly within the incident workspace, enabling faster root cause analysis and informed decision-making. The integration with multiple data sources and the ability to customize thresholds provide flexibility to tailor monitoring according to organizational needs.
Practical Use for ServiceNow Customers
- Quickly assess CI status and identify potential issues through real-time and historical metrics.
- Leverage system information and device health insights to diagnose complex hardware and software problems.
- Utilize color-coded thresholds as visual indicators of critical resource utilization to prioritize remediation.
- Customize data collection rules and thresholds to align with your operational policies and incident response strategies.
The Investigation tab displays CI metrics information along with various options. Use the options and the metrics information to view the data that helps to resolve the CI-related issues.
You can select the following drop-down options to view the metrics information for the CI:
- Initial metrics: Metrics information of the affected CI that is retrieved from 30 minutes before to 30 minutes after the incident is created. The metrics information of the CI is displayed only if the CI is populated in that
one hour time period. You can configure the sn_sow.initial_metric_fetch_window property to change the one hour time period.Note:Initial Metrics is available only for the primary CI.
- Recent metrics: Latest metrics information that is available for the affected CI. By default, the Recent Metric option is selected.
- When the primary CI is updated or added to the incident. You can also configure when and how the metric information is retrieved for a CI by configuring the collection rule. For more information, see Configure the collection rules for the Investigate tab.
- When you select the Get latest metrics icon (
), it refreshes, retrieves, and displays the latest metrics on demand. This option is available only when you’re viewing data in the Recent Metrics.
- Overview: Displays overview information of the CI, such as name, operating system, and model number, from the ServiceNow database records and CMDB CI computer using the glide record query. The Name field contains a hyperlinked value, which displays the CI record on a separate tab when selected.
- System information: Select to display the system information for the selected CI on a separate modal. The system information modal includes the following data:
- Microsoft system (msinfo32): Displays information about the computer and a comprehensive view of the hardware resources, system summary, components, and software environments, which can be used to diagnose the computer issues. You can also search and view any specific system parameter, if necessary.
- Azure (dsregcmd): Displays information on the state of the CI device that is managed by the Azure Active Directory (Azure AD). This information is used to diagnose and troubleshoot the device. The date and time when the information is last retrieved is also displayed. You can also
search and view any device parameter, if necessary.Note:You can only use this option when the Agent Client Collector for Investigation (sn_acc_adapter) adapter is integrated with the Investigation Framework.
- Device health: Select the Device health link to launch the Digital End-User Experience application and device health page for the selected CI on a separate tab, within the incident view. This tab enables agents to view all the available metrics and the
device health for the selected CI, which were collected by DEX. You can also access this feature using the View device health option on the CI record in Service Operations Workspace. Note:DEX requires a separate entitlement.This link is available to the agent only if the following conditions are met:
- The selected CI is of type Device, which is also known as Endpoint.
- The DEX plugin is installed on the instance. For more information on DEX, see Digital End-User Experience.
- The DEX agent is installed on the selected CI.
- Asset utilization: Utilization of the assets for the CI. The following information is displayed along with the date and time:
- Memory utilization: Amount of the memory used on the CI. The value is displayed in percentage.
- Disk utilization: Disk utilization of the logical drives for the affected CI. The value is displayed in percentage.
- CPU utilization: CPU utilization for the CI. The value is displayed in percentage.
- Uptime: Uptime (boot time) of the assets. The days and time since when the assets are up and running.
Note:The following metrics are color-coded based on the threshold values to highlight the warning or critical level:Table 1. Color coding metrics for Asset utilization metrics Asset utilization metrics Warning (Yellow color code) Critical (Red color code) Memory utilization Greater or equal to 80 Greater or equal to 95 Disk utilization Greater or equal to 80 Greater or equal to 95 CPU utilization Greater or equal to 80 Greater or equal to 95 However, you can also customize these threshold values, if necessary. For more information, see Customize the Investigate tab.
- Top processes by CPU: Top processes sorted based on the CPU utilization of the processes in the affected CI.Note:The Top processes by CPU metrics are color-coded based on the threshold values to highlight the critical level when the value is greater or equal to 90. However, you can also customize these values, if necessary.
- Top processes by memory: Top processes sorted based on the memory consumed by the processes in the affected CI.Note:The Top processes by memory metrics are color-coded based on the threshold values to highlight the critical level when the value is greater or equal to 90. However, you can also customize these values, if necessary.
- Services: List of services (device or server) running on the affected CI.
- Logged in users: List of the logged-in users in the affected CI.
- Installed applications: List of the applications installed on the CI.Note:For devices with the Windows OS, the Installed applications don't include a list of pre-packed application.
Use the View History button to view the historical metrics data for the CI on a separate tab. You can select the time range from the drop-down options to view the historical data for that time range. For more information, see Viewing the historical data of CI metrics.