Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test cas with sysbench randwr cas #1453

Open
bugme1024 opened this issue Jul 14, 2023 · 0 comments
Open

test cas with sysbench randwr cas #1453

bugme1024 opened this issue Jul 14, 2023 · 0 comments
Labels
question Further information is requested

Comments

@bugme1024
Copy link

Question

企业微信截图_16883889021857

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

reproduce step:
0. mkfs.exte /dev/cas1-1

  1. mount /dev/cas1-1 /data
  2. 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

  • OpenCAS version (commit hash or tag):
    casadm --version
    +=========================+======================+
    | Name | Version |
    +=========================+======================+
    | CAS Cache Kernel Module | 21.06.2.0550.release |
    | CAS Disk Kernel Module | 21.06.2.0550.release |
    | CAS CLI Utility | 21.06.2.0550.release |
    +=========================+======================+
  • Operating System: centos 7.6
  • Kernel version:
  • Cache device type (NAND/Optane/other): nvme ssd
  • Core device type (HDD/SSD/other): hdd
  • Cache configuration:
    • Cache mode: (default: wt) writeback
    • Cache line size: (default: 4)
    • Promotion policy: (default: always)
    • Cleaning policy: (default: alru)
    • Sequential cutoff policy: (default: full)
  • Other (e.g. lsblk, casadm -P, casadm -L)
@bugme1024 bugme1024 added the question Further information is requested label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant