Topic 1 Question 7
Your organization is running a MySQL workload in Cloud SQL. Suddenly you see a degradation in database performance. You need to identify the root cause of the performance degradation. What should you do?
Use Logs Explorer to analyze log data.
Use Cloud Monitoring to monitor CPU, memory, and storage utilization metrics.
Use Error Reporting to count, analyze, and aggregate the data.
Use Cloud Debugger to inspect the state of an application.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: B
If your instance stops responding to connections or performance is degraded, make sure it conforms to the Operational Guidelines https://cloud.google.com/sql/docs/mysql/diagnose-issues#:~:text=If%20your%20instance%20stops%20responding%20to%20connections%20or%20performance%20is%20degraded%2C%20make%20sure%20it%20conforms%20to%20the%20Operational%20Guidelines
And then checking resource constraints: Storage full CPU overloaded Too many database tables https://cloud.google.com/sql/docs/mysql/operational-guidelines#resource_constraints
Cloud Monitoring seems like the only way to check 2/3 of those, so for me answer is B
👍 2chelbsik2022/12/22 B: Use Cloud Monitoring ***** to monitor CPU, memory, and storage utilization metrics.
👍 2pk3492022/12/25- 正解だと思う選択肢: B
Correct Answer - B
👍 1jitu0282022/12/22
シャッフルモード