AZ-801 · Question #54
You have a server named Server1 that runs the Remote Desktop Session Host role service. Server1 has five custom applications installed. Users who sign in to Server1 report that the server is slow. Tas
The correct answer is C. Process. To identify which of the five custom applications is consuming excessive CPU on Server1, you should add the 'Process' object to a Performance Monitor Data Collector Set.
Question
Options
- AProcessor information
- BProcessor
- CProcess
- DProcessor performance
How the community answered
(62 responses)- A5% (3)
- B6% (4)
- C73% (45)
- D16% (10)
Why each option
To identify which of the five custom applications is consuming excessive CPU on Server1, you should add the 'Process' object to a Performance Monitor Data Collector Set.
'Processor Information' provides detailed data about individual processor cores but does not break down resource usage by individual applications or processes.
The 'Processor' object provides overall CPU usage for the entire system, not for individual processes or applications.
The 'Process' performance object in Performance Monitor provides counters that track resource utilization for individual processes, including CPU usage, memory, and I/O. By adding this object and specifying instances for each of the five custom applications (or all processes), you can precisely identify which application is responsible for the high CPU consumption on Server1. This allows for granular monitoring of application-level resource usage.
'Processor performance' is not a standard performance object in Windows Performance Monitor; the primary object for overall CPU is 'Processor.'
Concept tested: Windows Performance Monitor process-level CPU usage
Source: https://learn.microsoft.com/en-us/windows-server/administration/performance-monitor/get-started-with-performance-monitor
Topics
Community Discussion
No community discussion yet for this question.