On 2011-02-25 13:24, Hsiao Su wrote: > > Thanks, > > A follow up question. Suppose that I use fio directly, without > blktrace and blkparse. In this case, I would have to guess the real > IO workload that my app is doing, and specify that in the job file. > Would I still have to worry about file system corruption? > > My guess is no for this one, that fio would create its own file for > replaying the workload. Depends on what the job looks like. If you stick to writing to files in a mounted fs, it'll work fine. If you tell fio to use --filename=/dev/sda or whatever the device is, you'll corrupt the file system(s) if that job file is doing writes. -- 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