Installation, Storage, and Compute with Windows Server 2016 — Question 127
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a server named Server1 that runs Windows Server 2016.
Server1 hosts a line-of-business application named App1. App1 has a memory leak that occasionally causes the application to consume an excessive amount of memory.
You need to log an event in the Application event log whenever App1 consumes more than 4 GB of memory.
Solution: You create an event trace data collector.
Does this meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
Creating an event trace data collector does not directly log specific application memory usage events in the Application event log. Instead, it collects performance data that may not include the specific memory threshold for App1. To log an event when App1 exceeds 4 GB of memory, a different approach such as a performance counter alert or a custom script would be required.