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 Risposta
0
Risposta accettata

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
ESPERTO
con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande