
Google Professional Cloud DevOps Engineer
Get started today
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?
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?
Real Exam
Explanation:
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.