JonMagon / KDiskMark

A simple open-source disk benchmark tool for Linux distros
GNU General Public License v3.0
1.04k stars 43 forks source link

Comparable to CrystalDiskMark?.. #134

Closed tbone2k-git closed 9 months ago

tbone2k-git commented 10 months ago

Is the data written / read to the disk comparable to what CrystalDiskMark does? I ask because it's relevant when comparing filesystem performance and compression (btrfs, ntfs compression etc.).

If KDM and CDM would use same type of data, that would surely help to compare results. It does not make things totally equal, I know, but we should get much closer if both tools write the same data. If one tool would write randomized data and the other just plain zeros, performance would be very different if used with btfs/ntfs compression enabled - and not comparable at all.

Thank you! o)

ps: Why is there no reference/credit for CrystalDiskMark given in the description? Would it hurt? o)

JonMagon commented 10 months ago

You can choose the same settings in both tools. Results are not generally comparable, KDM uses FIO and CDM uses DISKSPD. It is also worth considering the overhead of different file systems. If you need to make accurate comparisons, use FIO's CLI instead of KDM/CDM.

The reference is just in the tags under the description.