Skip to content

Commit 74018bd

Browse files
committed
Add units to EBS volume IOPS and throughput in AWS performance doc
1 parent 8c23be9 commit 74018bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ The indicative figures below were measured using the [CT hammer tool](/internal/
137137

138138
- t3a.small (2 vCPUs, 2 GB Memory)
139139
- General Purpose SSD (gp3)
140-
- IOPS: 3000
141-
- Throughput: 125
140+
- IOPS: 3,000 (3 KiB I/O)
141+
- Throughput: 125 MiB/s
142142

143143
The write QPS is around 400. The bottleneck is the high I/O wait at the EBS volume. The "Volume IOPS exceed check" monitoring metrics goes up to 0.8 unit. This is because the AWS deduplication makes use of the [on-disk bbolt key/value store](/storage/bbolt/dedup.go). The Aurora MySQL CPU utilization is around 10%. The EC2 CPU utilization is around 40%.
144144

0 commit comments

Comments
 (0)