RDS Cloudwatch Metrics : ReadIOPS and WriteIOPS

0

Under Amazon RDS Metrics we have two metrics :

  • ReadIOPS
  • WriteIOPS

My understanding is that the term "IOPS" refers to read and write operations collectively, so I'm a bit confused why there are two metrics here with the "IOPS" suffix. Are these just unfortunately named in a confusing way, or is there something more to the metric value that I'm missing ?

Background : I'm trying to reason about IOPS utilization for an RDS DB with PIOPS storage. e.g. (Read + Write)/Provisioned as a utilization percentage.

1 個回答
0
已接受的答案

Read and write operations are simply instrumented separately for the benefit of the database admin. To get the total, you simply add them together, which you've already done. Your formula to calculate the utilization is correct.

AWS
專家
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南