Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws_io_params - missing i4i.12xlarge #617

Closed
fee-mendes opened this issue Jan 31, 2025 · 3 comments · Fixed by #620
Closed

aws_io_params - missing i4i.12xlarge #617

fee-mendes opened this issue Jan 31, 2025 · 3 comments · Fixed by #620
Assignees

Comments

@fee-mendes
Copy link
Member

If mind serves me well, i4i.12xlarge didn't existed back in the days when the instance family was launched. It was brought to my attention we (for whatever reason) don't have a multiplier for its 3 disks under https://github.com/scylladb/scylla-machine-image/blob/next/common/aws_io_params.yaml .

It would be nice to have it as the field often consults this to troubleshoot deployments (and speed up Cloud IO tuning :)

@mykaul
Copy link

mykaul commented Feb 5, 2025

@yaronkaikov - please assign.

@syuu1228
Copy link
Contributor

syuu1228 commented Feb 6, 2025

Seems like the issue is not occur when we moved to aws_io_params.yaml, but it is missing when we add support for i4i instance type:
b7a00ec

So all branches are affected this.

Also i4i.24xlarge is missing.

@fee-mendes
Copy link
Member Author

Seems like the issue is not occur when we moved to aws_io_params.yaml, but it is missing when we add support for i4i instance type:

As the opening messages states, these instances were added at a later stage after launch: https://aws.amazon.com/pt/about-aws/whats-new/2023/10/amazon-ec2-i4i-two-new-sizes/

syuu1228 added a commit to syuu1228/scylla-machine-image that referenced this issue Feb 8, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

fixes scylladb#617
syuu1228 added a commit to syuu1228/scylla-machine-image that referenced this issue Feb 8, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

Here's raw output of iotune:

- i4i.12xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67397 IOPS
Measuring random read IOPS: 297871 IOPS

- i4i.12xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67248 IOPS (deviation 4%)
Measuring random read IOPS: 289840 IOPS

- i4i.12xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67206 IOPS (deviation 4%)
Measuring random read IOPS: 297236 IOPS

- i4i.24xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67450 IOPS
Measuring random read IOPS: 283417 IOPS

- i4i.24xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2183 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 66218 IOPS (deviation 3%)
Measuring random read IOPS: 280804 IOPS

- i4i.24xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67341 IOPS (deviation 3%)
Measuring random read IOPS: 283450 IOPS

Closes scylladb#617
syuu1228 added a commit to syuu1228/scylla-machine-image that referenced this issue Feb 10, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

Here's raw output of iotune:

- i4i.12xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67397 IOPS
Measuring random read IOPS: 297871 IOPS

- i4i.12xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67248 IOPS (deviation 4%)
Measuring random read IOPS: 289840 IOPS

- i4i.12xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67206 IOPS (deviation 4%)
Measuring random read IOPS: 297236 IOPS

- i4i.24xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67450 IOPS
Measuring random read IOPS: 283417 IOPS

- i4i.24xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2183 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 66218 IOPS (deviation 3%)
Measuring random read IOPS: 280804 IOPS

- i4i.24xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67341 IOPS (deviation 3%)
Measuring random read IOPS: 283450 IOPS

Related scylladb#617

Signed-off-by: Takuya ASADA <[email protected]>
syuu1228 added a commit to syuu1228/scylla-machine-image that referenced this issue Feb 10, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

Here's raw output of iotune:

- i4i.12xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67397 IOPS
Measuring random read IOPS: 297871 IOPS

- i4i.12xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67248 IOPS (deviation 4%)
Measuring random read IOPS: 289840 IOPS

- i4i.12xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67206 IOPS (deviation 4%)
Measuring random read IOPS: 297236 IOPS

- i4i.24xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67450 IOPS
Measuring random read IOPS: 283417 IOPS

- i4i.24xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2183 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 66218 IOPS (deviation 3%)
Measuring random read IOPS: 280804 IOPS

- i4i.24xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67341 IOPS (deviation 3%)
Measuring random read IOPS: 283450 IOPS

Related scylladb#617

Signed-off-by: Takuya ASADA <[email protected]>
yaronkaikov pushed a commit that referenced this issue Feb 10, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

Here's raw output of iotune:

- i4i.12xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67397 IOPS
Measuring random read IOPS: 297871 IOPS

- i4i.12xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67248 IOPS (deviation 4%)
Measuring random read IOPS: 289840 IOPS

- i4i.12xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67206 IOPS (deviation 4%)
Measuring random read IOPS: 297236 IOPS

- i4i.24xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67450 IOPS
Measuring random read IOPS: 283417 IOPS

- i4i.24xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2183 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 66218 IOPS (deviation 3%)
Measuring random read IOPS: 280804 IOPS

- i4i.24xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67341 IOPS (deviation 3%)
Measuring random read IOPS: 283450 IOPS

Closes #617
yaronkaikov pushed a commit that referenced this issue Feb 10, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

Here's raw output of iotune:

- i4i.12xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67397 IOPS
Measuring random read IOPS: 297871 IOPS

- i4i.12xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67248 IOPS (deviation 4%)
Measuring random read IOPS: 289840 IOPS

- i4i.12xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67206 IOPS (deviation 4%)
Measuring random read IOPS: 297236 IOPS

- i4i.24xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67450 IOPS
Measuring random read IOPS: 283417 IOPS

- i4i.24xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2183 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 66218 IOPS (deviation 3%)
Measuring random read IOPS: 280804 IOPS

- i4i.24xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67341 IOPS (deviation 3%)
Measuring random read IOPS: 283450 IOPS

Related #617

Signed-off-by: Takuya ASADA <[email protected]>
yaronkaikov pushed a commit that referenced this issue Feb 10, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

Here's raw output of iotune:

- i4i.12xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67397 IOPS
Measuring random read IOPS: 297871 IOPS

- i4i.12xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67248 IOPS (deviation 4%)
Measuring random read IOPS: 289840 IOPS

- i4i.12xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67206 IOPS (deviation 4%)
Measuring random read IOPS: 297236 IOPS

- i4i.24xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67450 IOPS
Measuring random read IOPS: 283417 IOPS

- i4i.24xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2183 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 66218 IOPS (deviation 3%)
Measuring random read IOPS: 280804 IOPS

- i4i.24xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67341 IOPS (deviation 3%)
Measuring random read IOPS: 283450 IOPS

Related #617

Signed-off-by: Takuya ASADA <[email protected]>
scylladbbot pushed a commit to scylladbbot/scylla-machine-image that referenced this issue Feb 10, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

Here's raw output of iotune:

- i4i.12xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67397 IOPS
Measuring random read IOPS: 297871 IOPS

- i4i.12xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67248 IOPS (deviation 4%)
Measuring random read IOPS: 289840 IOPS

- i4i.12xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67206 IOPS (deviation 4%)
Measuring random read IOPS: 297236 IOPS

- i4i.24xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67450 IOPS
Measuring random read IOPS: 283417 IOPS

- i4i.24xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2183 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 66218 IOPS (deviation 3%)
Measuring random read IOPS: 280804 IOPS

- i4i.24xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67341 IOPS (deviation 3%)
Measuring random read IOPS: 283450 IOPS

Closes scylladb#617

(cherry picked from commit 9c587c1)
syuu1228 added a commit to syuu1228/scylla-machine-image that referenced this issue Feb 10, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

Here's raw output of iotune:

- i4i.12xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67397 IOPS
Measuring random read IOPS: 297871 IOPS

- i4i.12xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67248 IOPS (deviation 4%)
Measuring random read IOPS: 289840 IOPS

- i4i.12xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67206 IOPS (deviation 4%)
Measuring random read IOPS: 297236 IOPS

- i4i.24xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67450 IOPS
Measuring random read IOPS: 283417 IOPS

- i4i.24xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2183 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 66218 IOPS (deviation 3%)
Measuring random read IOPS: 280804 IOPS

- i4i.24xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67341 IOPS (deviation 3%)
Measuring random read IOPS: 283450 IOPS

Related scylladb#617

Signed-off-by: Takuya ASADA <[email protected]>
yaronkaikov pushed a commit that referenced this issue Feb 10, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

Here's raw output of iotune:

- i4i.12xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67397 IOPS
Measuring random read IOPS: 297871 IOPS

- i4i.12xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67248 IOPS (deviation 4%)
Measuring random read IOPS: 289840 IOPS

- i4i.12xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67206 IOPS (deviation 4%)
Measuring random read IOPS: 297236 IOPS

- i4i.24xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67450 IOPS
Measuring random read IOPS: 283417 IOPS

- i4i.24xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2183 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 66218 IOPS (deviation 3%)
Measuring random read IOPS: 280804 IOPS

- i4i.24xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67341 IOPS (deviation 3%)
Measuring random read IOPS: 283450 IOPS

Related #617

Signed-off-by: Takuya ASADA <[email protected]>
syuu1228 added a commit to syuu1228/scylla-machine-image that referenced this issue Feb 10, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

Here's raw output of iotune:

- i4i.12xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67397 IOPS
Measuring random read IOPS: 297871 IOPS

- i4i.12xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67248 IOPS (deviation 4%)
Measuring random read IOPS: 289840 IOPS

- i4i.12xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67206 IOPS (deviation 4%)
Measuring random read IOPS: 297236 IOPS

- i4i.24xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67450 IOPS
Measuring random read IOPS: 283417 IOPS

- i4i.24xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2183 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 66218 IOPS (deviation 3%)
Measuring random read IOPS: 280804 IOPS

- i4i.24xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67341 IOPS (deviation 3%)
Measuring random read IOPS: 283450 IOPS

Related scylladb#617

Signed-off-by: Takuya ASADA <[email protected]>
yaronkaikov pushed a commit that referenced this issue Feb 10, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

Here's raw output of iotune:

- i4i.12xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67397 IOPS
Measuring random read IOPS: 297871 IOPS

- i4i.12xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67248 IOPS (deviation 4%)
Measuring random read IOPS: 289840 IOPS

- i4i.12xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67206 IOPS (deviation 4%)
Measuring random read IOPS: 297236 IOPS

- i4i.24xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67450 IOPS
Measuring random read IOPS: 283417 IOPS

- i4i.24xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2183 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 66218 IOPS (deviation 3%)
Measuring random read IOPS: 280804 IOPS

- i4i.24xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67341 IOPS (deviation 3%)
Measuring random read IOPS: 283450 IOPS

Closes #617

(cherry picked from commit 9c587c1)
yaronkaikov pushed a commit that referenced this issue Feb 10, 2025
Add preset io parametter of i4i.12xlarge and i4i.24xlarge, which we mistakenly
did not added when we support i4i instance type on the commit b7a00ec.

Here's raw output of iotune:

- i4i.12xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67397 IOPS
Measuring random read IOPS: 297871 IOPS

- i4i.12xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67248 IOPS (deviation 4%)
Measuring random read IOPS: 289840 IOPS

- i4i.12xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67206 IOPS (deviation 4%)
Measuring random read IOPS: 297236 IOPS

- i4i.24xlarge (1/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2182 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67450 IOPS
Measuring random read IOPS: 283417 IOPS

- i4i.24xlarge (2/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2183 MB/s
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 66218 IOPS (deviation 3%)
Measuring random read IOPS: 280804 IOPS

- i4i.24xlarge (3/3)
Starting Evaluation. This may take a while...
Measuring sequential write bandwidth: 2181 MB/s (deviation 3%)
Measuring sequential read bandwidth: 2971 MB/s (deviation 7%)
Measuring random write IOPS: 67341 IOPS (deviation 3%)
Measuring random read IOPS: 283450 IOPS

Related #617

Signed-off-by: Takuya ASADA <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants