A system administrator needs to monitor the real-time resource utilization of a remote Windows Server 2022 instance using Windows Admin Center. Which TWO tools within the Windows Admin Center interface provide specific insights into real-time CPU, memory, and disk IOPS metrics for the connected server?
Trap 1: Performance Monitor extension
This extension allows administrators to create custom views and graph real-time performance counters from the remote server. It functions similarly to the legacy perfmon.exe but is optimized for the web. It provides high-fidelity data for CPU, memory, and disk metrics, making it ideal for immediate performance analysis and troubleshooting.
Trap 2: Events extension
This tool is used to view and filter Windows Event Logs such as System, Application, and Security logs. While it is crucial for identifying errors or audit failures, it does not provide real-time performance metrics like CPU percentage or IOPS, which are quantitative rather than event-based data points.
Trap 3: Azure Monitor extension
This extension is used to configure the connection between the on-premises server and Azure-based logging services. It is focused on long-term data retention and cross-server analysis in the cloud rather than providing the immediate, real-time local performance metrics required for a quick health check of a single server.
- A
Performance Monitor extension
Why wrong: This extension allows administrators to create custom views and graph real-time performance counters from the remote server. It functions similarly to the legacy perfmon.exe but is optimized for the web. It provides high-fidelity data for CPU, memory, and disk metrics, making it ideal for immediate performance analysis and troubleshooting.
- B
Overview tab
The main dashboard for a server connection displays live sparklines and numerical data for CPU usage, memory consumption, and disk throughput. It serves as the first point of entry for administrators to quickly assess the current load on a server without needing to configure complex performance counters or external tools.
- C
Events extension
Why wrong: This tool is used to view and filter Windows Event Logs such as System, Application, and Security logs. While it is crucial for identifying errors or audit failures, it does not provide real-time performance metrics like CPU percentage or IOPS, which are quantitative rather than event-based data points.
- D
Azure Monitor extension
Why wrong: This extension is used to configure the connection between the on-premises server and Azure-based logging services. It is focused on long-term data retention and cross-server analysis in the cloud rather than providing the immediate, real-time local performance metrics required for a quick health check of a single server.
- E
Processes extension
While this tool shows the resource usage of individual applications and services, its primary purpose is process management, such as ending unresponsive tasks. It does not provide the aggregate system-level IOPS or detailed performance graphing found in the specialized monitoring tools within the Windows Admin Center interface.