I've been testing various disk caches with Ceph RBD. I'm using the
From this, I'm getting 35k IOPS, but the Ceph charts are nearly idling. So I'd imagine this is just hitting some kind of cache? If I set direct to = 1, the results are even more impressive. Is there any way that I can test from a VM what throughput I'm actually getting?
Thanks,
Chris.
writethrough
cache mode and getting very impressive figures. On a Linux machine, I'm running fio tests and have the below config to test random read speeds -
Code:
[global]
name=fio-rand-read
filename=fio-rand-read
rw=randread
bs=4K
direct=0
numjobs=1
time_based
runtime=900
[file1]
size=10G
ioengine=libaio
iodepth=16
From this, I'm getting 35k IOPS, but the Ceph charts are nearly idling. So I'd imagine this is just hitting some kind of cache? If I set direct to = 1, the results are even more impressive. Is there any way that I can test from a VM what throughput I'm actually getting?
Thanks,
Chris.