You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test starts(as all other tests) from filling test file with
pseudo-random data, generated by fio. Than all test, described below
executed. Wally analyze fio IOPS/BW/Lat logs to calculate deviations and
confidence intervals.
4k Read and write IOPS with different amount of threads. Write in sync mode
4k direct write, as for direct write even single thread creates maximum load
Linear read/write. Linear read/writes in case of ceph can scale with threads.
Ceph split data for rbd device on 4M block, so 16M random is equals to "linear write".
"Real" linear writes from different threads into the same block would be
merged and results performance would be wrong. Also due to fio limitation
it's impossible to run different threads from different offset easily.