>>>>> >>>>>Would be nice if we could specify? >>>>> Iodepth for sequential and random >>>> >>>> That would be easy enough to add. >>>> >>>>> Numjobs for sequential and random (for example: I would like to have >>>>>16 >>>>> jobs doing random and 1 job only doing sequential) >>>> >>>> That's pretty easy to do manually by just having the two sections in >>>>the >>>> job file. >>>> >>>> -- >>>> Jens Axboe >>>> >>>> -- >>> >>> Something like this? Do you have an example? I am confused with 2 >>>sections >>> and the percentage of the distribution of sequential and random plus >>>the >>> difference of block size >> >>For multiple sections, you put the shared items in a [global] section. >>That section applies to any job in the file. That also gives you a >>better overview of the shared and distinct properties of each job. >> >>-- >>Jens Axboe >> >>-- >>To unsubscribe from this list: send the line "unsubscribe fio" in >>the body of a message to majordomo@xxxxxxxxxxxxxxx >>More majordomo info at http://vger.kernel.org/majordomo-info.html > >Let me try > This one? How about the reporting? I would love to have a unified reporting by section like: Random XYZ IOPS and x latency Sequential ABC IOPS and y latency [global] bs=64k,4k bs_is_seq_rand=1 ioengine=libaio direct=1 runtime=2400 size=2000g filename=\\.\PhysicalDrive9:\\.\PhysicalDrive10 rw=randrw rwmixread=85 percentage_random=59,67 thread unified_rw_reporting=1 group_reporting=1 [random] iodepth=2 numjobs=64 [sequential] iodepth=1 numjobs=1 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html