
Answer-first summary for fast verification
Answer: Install and start the Profiler agent to continuously collect performance data and send it to Profiler.
Cloud Profiler is designed as a statistical, low-overhead profiler that continuously collects CPU usage and memory-allocation data from your production applications without affecting their performance. Options A, B, and D do not meet the requirement of continuous performance measurement without impacting the application's performance. Reference: https://cloud.google.com/profiler/docs/about-profiler
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are managing a Java application deployed on Kubernetes Engine in a Production environment. The organization requires a method to understand and benchmark the application's performance, including metrics like CPU time and Heap usage, without impacting the application's performance. Which solution would best meet this requirement?
A
Install the Logging agent and send logs to Cloud Logging, then create log-based metrics.
B
Install the monitoring agent and send metrics to Cloud Monitoring.
C
Install and start the Profiler agent to continuously collect performance data and send it to Profiler.
D
Install the Tracing agent and send latency metrics to Cloud Trace.
No comments yet.