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

There is an query about fio_param in /benchs/fio_zone_writes.py(line57) #34

Open
xufengyang0191 opened this issue Apr 5, 2024 · 0 comments

Comments

@xufengyang0191
Copy link

When I study the params of fio config in /benchs/fio_zone_writes.py, I find the fio I/O type is randwrite. Is this different from the description in README.md? As far as I know, ZNS SSDs only support sequential writing.

/benchs/fio_zone_writes.py:

        fio_param = ("--filename=%s"
                     " --io_size=%sk"
                     " --log_avg_msec=1000"
                     " --write_bw_log=%s/fio_zone_write"
                     " --output=%s/fio_zone_write.log"
                     " --direct=1 --zonemode=zbd"
                     " --name=seqwriter --rw=randwrite --norandommap"
                     " --bs=64k --max_open_zones=%s %s") % (dev,
                                                            io_size,
                                                            self.result_path(),
                                                            self.result_path(),
                                                            max_open_zones,
                                                            extra)

The describe about fio_zone_writes in README.md:

  • executes a fio workload that writes sequential to 14 zones in parallel and while writing 6 times the capacity of the device.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant