Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your company is deploying a Python application on Google App Engine Standard Environment and needs to continuously monitor CPU usage in production. Which steps should you take to accomplish this?
A
Install pip and Install the Trace package
B
Enable the Cloud Profiler API and add google-cloud-profiler to your requirements.txt file
C
Install pip and Install the Cloud Profiler package
D
Enable the Cloud Trace API
E
Import google cloud profiler module and call the google cloud profiler. start function