On 12/12/2016 09:25 AM, Vincent Fu wrote: > Jens, at https://bitbucket.org/vincentfu/fio-steadystate/commits/all is > a repo where I have committed patches to fio's steady-state branch that > address the following TODO items: > > steadystate data is now transmitted over the wire in client/server mode > steadystate summary data is included with --output-format=normal > example steadystate job file added > man page updated > > Please let me know what feedback you have. > > With respect to client/server mode, I successfully tested the job file > below on x86-64 hardware using the following server platforms with each > of the listed client operating systems: > servers: Ubuntu 64-bit, Ubuntu 32-bit, OSX 10.11 > clients: Ubuntu 64-bit, Ubuntu 32-bit, OSX 10.11, Windows 8.1 x64 > > Vincent > > [iops_slope] > filename=/dev/zero > time_based=1 > runtime=300s > size=8M > ss=iops_slope:0.5% > ss_dur=5 > ss_ramp=2 > numjobs=4 > group_reporting > > [bw_dev] > stonewall > filename=/dev/zero > time_based=1 > runtime=300s > size=8M > ss=bw:4% > ss_dur=5 > ss_ramp=2 > numjobs=2 Looks good enough to go in at this point, thanks Vincent! This is a cool and useful feature. I had some suggested cleanups in here: http://git.kernel.dk/cgit/fio/commit/?h=steady-state did you see those? Any that still apply? -- 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