Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your company is planning to deploy a Python application on Google App Engine Standard Environment. There is a requirement to continuously monitor CPU usage information from your production application. Which two steps will help achieve this?
A
Install pip and Install the Cloud Profiler package
B
Enable the Cloud Trace API
C
Import googlecloudprofiler module and call the googlecloudprofiler.start function
D
Enable the Cloud Profiler API and add google-cloud-profiler to your requirements.txt file
E
Install pip and Install the Trace package