-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
- KDiskMark Version: 3.2.0
- FIO Version: fio-fio-3.41-110-g1a04e5
Description:
Looking at the fio output and manpage I see that there is a way to make it generate output with the averages over all jobs (aka multi-thread tests) that can be compared directly with the output from single-threaded tests. I haven't yet found any indication in the KDiskMark code that any kind of averaging or aggregation is done in this case, so wouldn't it be better to add the --group_reporting option? It does make a difference (and can be used with numjobs=1 safely).
NB: on Linux (and Darwin), fio spawns separate processes, so the term "Threads" is misleading here!
Reactions are currently unavailable