Open-CAS / open-cas-linux

Open CAS Linux
https://open-cas.com
BSD 3-Clause "New" or "Revised" License
216 stars 82 forks source link

test cas with sysbench randwr cas #1453

Open bugme1024 opened 1 year ago

bugme1024 commented 1 year ago

Question

企业微信截图_16883889021857

why there is some io to hdd device? It is caused by fsync?

reproduce step:

  1. mkfs.exte /dev/cas1-1
  2. mount /dev/cas1-1 /data
  3. execute in /data: sysbench --test=fileio --threads=16 --file-block-size=16k --file-total-size=100G --file-test-mode=seqrd --report-interval=1 prepare 3.execute in /data: sysbench --test=fileio --num-threads=16 --file-block-size=16k --file-total-size=100G --file-test-mode=rndwr --report-interval=1 --file-extra-flags=direct --time=60 run

Motivation

i want to improve performance with fsync call.

Your Environment