louwrentius / fio-plot

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

Using devices #23

Closed vikramkhatri closed 4 years ago

vikramkhatri commented 4 years ago

I tested this amazing tool and it works great.

Please consider putting a warning in your README file that if one chooses a device for any "write" operation, they may render the device useless as it will destroy the content of the raw device. But, that is not the case while defining a file as a target that can reside on an NVMe/SSD mounted file system.

Martins3 commented 4 years ago

Maybe this is the responsibility of fio. But I think whoever does a test with fio can understand what's happening on the raw device when write to them directly.

louwrentius commented 4 years ago

Thank you for your feedback. I see your point, but if fio doesn't warn the end-user, why should the benchmark tool? So I agree with Martins3 on this one: I don't think I want to implement this.