January 2019
Intermediate to advanced
606 pages
15h 1m
English
Let's benchmark single disk read performance:
# echo 3 > /proc/sys/vm/drop_caches
# dd if=/var/lib/ceph/osd/ceph-0/deleteme of=/dev/null bs=10G count=1 iflag=direct
Ideally, you should repeat step 1 and step 2 a few times and take the average value. In our case, the average value for read operations comes to be 133 MB/s, as shown in the following screenshot:
Read now
Unlock full access