We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Запускаю тест fio на HDD диск sudo fio --name=randwrite --ioengine=libaio --iodepth=16 --rw=randwrite --bs=1M --direct=1 --numjobs=1 --rate=,240M --group_reporting --filename=/dev/vdb Из результата видно, что IOPS 205 write: IOPS=205, BW=205MiB/s (215MB/s)(58.2GiB/290165msec); 0 zone resets
sudo fio --name=randwrite --ioengine=libaio --iodepth=16 --rw=randwrite --bs=1M --direct=1 --numjobs=1 --rate=,240M --group_reporting --filename=/dev/vdb
write: IOPS=205, BW=205MiB/s (215MB/s)(58.2GiB/290165msec); 0 zone resets
Метрика пропускной способности server_volume
Метрика IOPS server_volume
Метрика IOPS увеличена в 2 раза. Запросы идут по 1МБ, так что число IOPS должно соответвовать числу MB/c
The text was updated successfully, but these errors were encountered:
agalibin
No branches or pull requests
Запускаю тест fio на HDD диск
sudo fio --name=randwrite --ioengine=libaio --iodepth=16 --rw=randwrite --bs=1M --direct=1 --numjobs=1 --rate=,240M --group_reporting --filename=/dev/vdb
Из результата видно, что IOPS 205
write: IOPS=205, BW=205MiB/s (215MB/s)(58.2GiB/290165msec); 0 zone resets
Метрика пропускной способности server_volume
Метрика IOPS server_volume
Метрика IOPS увеличена в 2 раза.
Запросы идут по 1МБ, так что число IOPS должно соответвовать числу MB/c
The text was updated successfully, but these errors were encountered: