On 07/26/2013 05:16 PM, asomers@xxxxxxxxx wrote: > When I use fio in client/server mode, no matter how I try to specify > --minimal, I always get the normal output. I've tried all of these > methods, and their combinations: > > server# fio --server > client# fio --minimal --client=localhost /tmp/cpuio.fio > > server# fio --server > client# fio --client=localhost --minimal /tmp/cpuio.fio > > server# fio --minimal --server > client# fio --client=localhost /tmp/cpuio.fio > > The following patch fixes the problem, though I can't promise it won't > break anything else: It's a good starting point. It needs to handle the json based output too though. I'll take a look at fixing that part up and pass you back something to test. -- 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