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
エキスパート
回答済み 5年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ