after creating fio benchmark of type randrw, I want to create a chart using this command that fails with error:
$ fio-plot -i /srv/nfsv4/benchmark/4k/randrw75/CCLOUD_HDD/ /srv/nfsv4/benchmark/4k/randrw75/CCLOUD_SSD /srv/nfsv4/benchmark/4k/randrw75/CCLOUD_MANILA -T "Comparing CCloud HDD/SSD/Manila" --subtitle "| 4k | randrw75 | iodepth 1 | jobs 1 |" -C --rw randrw --xlabel-parent 0
Since we are processing randrw data, you must specify a filter for either read or write data, not both.
The fio-plot help page says:
-r {read,write,randread,randwrite,randrw,trim,rw,readwrite,randtrim,trimwrite}, --rw {read,write,randread,randwrite,randrw,trim,rw,readwrite,randtrim,trimwrite}
Specifies the kind of data you want to graph.
Please advise how to create a chart for randrw using fio-plot.
Hello,
after creating fio benchmark of type randrw, I want to create a chart using this command that fails with error:
The fio-plot help page says:
Please advise how to create a chart for randrw using fio-plot.
THX