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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠