Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to debug high CPU AWS RDS Postgres?

Hello I'm looking at Performance Insights in AWS RDS (Postgres 10)

I slice by "Waits"

enter image description here

enter image description here

enter image description here

When I see Top databases, Top Applications, Top session Types and Top Users they are all actually higher than the SQL queries it self

From these metrics how do you tell what is bottlenecking the CPU?

like image 495
deagleshot Avatar asked Nov 02 '25 16:11

deagleshot


1 Answers

Top waits, Top SQL, etc. are all different dimensions that you can use to understand what's contributing to database load. Dimensions are not comparable with each other.

It sounds like you want to diagnose what's contributing to the PostgreSQL "CPU" wait event. You can find more information on this topic in the official RDS docs on Tuning with wait event.

If the issue turns out to be suboptimal queries, then you can find the worst performers in the Top SQL tab (dimension) of Performance Insights.

like image 116
jtoberon Avatar answered Nov 04 '25 06:11

jtoberon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!