
Answer-first summary for fast verification
Answer: Utilize the Profiler agent to continuously collect performance data and transmit it to Profiler.
The correct solution is to use the Cloud Profiler, a low-overhead profiling tool designed for continuous collection of CPU usage and memory allocation data from production applications without significant performance impact. This approach aligns with the requirement for non-intrusive performance benchmarking. Reference: Cloud Profiler overview.
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 performance benchmarking of the application, focusing on metrics like CPU time and Heap, without impacting the application's performance. Which solution would best meet this requirement?
A
Deploy the Logging agent to forward logs to Cloud Logging and establish log-based metrics.
B
Implement the Tracing agent to dispatch latency metrics to Cloud Trace.
C
Utilize the Profiler agent to continuously collect performance data and transmit it to Profiler.
D
Set up the monitoring agent to send metrics to Cloud Monitoring.
No comments yet.