From: Jens Axboe Date: Wed, 10 Oct 2012 15:09:59 +0000 (-0600) Subject: HOWTO: indentation fix X-Git-Tag: fio-2.0.10~3 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=04b2f7990c50c8f45355c31e3d89288761728709;ds=sidebyside HOWTO: indentation fix Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index aa06fd5d..ee9680a5 100644 --- a/HOWTO +++ b/HOWTO @@ -1062,12 +1062,13 @@ numjobs=int Create the specified number of clones of this job. May be conjunction with new_group. group_reporting It may sometimes be interesting to display statistics for - groups of jobs as a whole instead of for each individual job. This is - especially true if 'numjobs' is used; looking at individual - thread/process output quickly becomes unwieldy. To see the final report - per-group instead of per-job, use 'group_reporting'. Jobs in a file - will be part of the same reporting group, unless if separated by a - stonewall, or by using 'new_group'. + groups of jobs as a whole instead of for each individual job. + This is especially true if 'numjobs' is used; looking at + individual thread/process output quickly becomes unwieldy. + To see the final report per-group instead of per-job, use + 'group_reporting'. Jobs in a file will be part of the same + reporting group, unless if separated by a stonewall, or by + using 'new_group'. thread fio defaults to forking jobs, however if this option is given, fio will use pthread_create(3) to create threads