L
L
LiquidSnake2021-04-11 13:42:49
linux
LiquidSnake, 2021-04-11 13:42:49

How to correctly interpret IOPS?

Hello.
I do not quite understand how to understand the value of IOPS? Yes, these are read-write operations per second, but what is the meaning of this value? After all, you can write to the disk in different blocks, respectively, and the performance will be different.
If you can share, where can I read on this topic? (Yes, a gap in learning)
Thank you all, and sorry for the confusion, the Chukchi is not a writer.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
ky0, 2021-04-11
@ky0

That's right, iops is usually different under different load profiles - different blocks, sequential or random writes, regular or with periodic peaks, parallelism. That's why you can't look at any one number and say the storage device is perfect for the task.

V
Vitaly Karasik, 2021-04-11
@vitaly_il1

After all, you can write to the disk in different blocks, respectively, and the performance will be different.

On the one hand, yes. On the other hand, technically, the disk interface (and the network, by the way, too) is built in such a way that performance is limited not only by bytes, but also by the number of I / O blocks (or packets for the network).
A large number of small blocks or packets is usually worse.

D
Dimonchik, 2021-04-11
@dimonchik2013

in IOPS, it is important to compare
the HDD orders, the same one will give as you write - depending on how to score
the same two hdds, they will give better in soft raid
in hard raid with cache - even better (up to limits), without cache - as lucky
by itself , in the raid 0.1 (unused) 5 and 10 (used) are also different
then - ssd, and only ssd in the raid
and then nvme you
take nvme to your computer or laptop - and you even go nuts from the speed of the browser

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question