The following changes since commit 05d6f44b81aa0ec628048004718eaa9d71816b54: Fix warning with newer gcc in str_numa_mpol_cb() (2013-07-17 16:15:31 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): HOWTO: update exec_{pre,post}run information HOWTO | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/HOWTO b/HOWTO index 794728f..4fd0251 100644 --- a/HOWTO +++ b/HOWTO @@ -1261,10 +1261,12 @@ lockmem=int Pin down the specified amount of memory with mlock(2). Can The amount specified is per worker. exec_prerun=str Before running this job, issue the command specified - through system(3). + through system(3). Output is redirected in a file called + jobname.prerun.txt. exec_postrun=str After the job completes, issue the command specified - though system(3). + though system(3). Output is redirected in a file called + jobname.postrun.txt. ioscheduler=str Attempt to switch the device hosting the file to the specified io scheduler before running. -- 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