louwrentius / fio-plot

Create charts from FIO storage benchmark tool output
BSD 3-Clause "New" or "Revised" License
370 stars 87 forks source link

Precondition does not fullfill the ssd/nvme capacity #84

Closed letonphat1988 closed 1 year ago

letonphat1988 commented 2 years ago

I saw the precondition's fio process was running base on runtime not on capacity which defined 100% in template. BTW precondition in my knowledge need one more 4K randwrite job

prefer document: https://github.com/intel/fiovisualizer/blob/master/Workloads/Precondition/SSD%20precondition.txt

louwrentius commented 1 year ago

Sorry for the very late reply. Hi, I've taken a look at the fio template and the code, I don't see the issue. Can you show me somewhay what is going wrong?

jackeichen commented 1 year ago

I think it is a code mistake, @louwrentius you set a settings_copy but used the old workload setting.

louwrentius commented 1 year ago

I've processed your patch, so I consider this one fixed.