Testing CEPH IO Speed

manitc

Member
Jan 4, 2022
8
1
8
24
My setup is 3 dell R820, H710 Raid0, 2x1TB SAS Raid1 for ProxMox, 6X1 TB SAS drives for CEPH, 10Gbe Network.

First Test, LXC stored on the local drive I get ~60 MB/S.
Second Test, LXC stored on the Ceph pool I get ~240MB/s.

Something is not adding up here. I would expect the CEPH pool to be significantly slower than the local storage.

Here are my results:

dd if=/dev/zero of=/tmp/test.dat count=1M bs=1024
1048576+0 records in
1048576+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.45382 s, 241 MB/s

dd of=/dev/zero if=/tmp/test.dat count=1M bs=1024
1048576+0 records in
1048576+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 2.05449 s, 523 MB/s

What's the best way to properly test DISK IO speed?

Thanks.
 
Last edited:
Hi,

On my side im use :

Code:
dd if=/dev/zero of=./perf-test bs=4k iflag=fullblock,count_bytes count=4G
fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --bs=4k --iodepth=64 --readwrite=randrw --rwmixread=75 --size=4G --filename=/root/perf-test

Best Regards
 
Last edited:
  • Like
Reactions: manitc

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!