Closed cmonty14 closed 1 year ago
Sorry I feel that I overlooked this one. You need to also include the /4k folders if you haven't figured that one out in the mean time. Let me know if that solves the issue.
I'm closing this issue, let me know if it's not resolved.
Is there a way to break down the x axis by block size on a single graph?
Yes, you need to specify with -i each folder containing the data for a particular block size (see readme for example). Then you use a compare chart type -C and a fixed iodepth and numbjobs -d -n
Yes, I got as far as
fio-plot -i SAMSUNG883/4k/ SAMSUNG883/64k/ SAMSUNG883/128k/ SAMSUNG883/512k/ SAMSUNG883/1m -T "Samsung 883 DCT" -C -r randread -d 8
Which is great for my needs
Hi, I created fio benchmark for 3 different drives using this command with = HDD, SSD, MANILA:
bench-fio --target /srv/nfsv4/benchmark --output CCLOUD_<drive> --type file --size 10G --mode randread randwrite --block-size 4k 64M --iodepth 1 --numjobs 1 --direct 1 --engine libaio --precondition --runtime 60 --destructive --extra-opts norandommap=1 refill_buffers=1
This created the following output files:
As a next step I want to compare these benchmark results and executed this command that fails with error:
I understand the error message, however can you please advise how to compare the available benchmarks correctly?
THX