From 04b2f7990c50c8f45355c31e3d89288761728709 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 10 Oct 2012 09:09:59 -0600 Subject: [PATCH] HOWTO: indentation fix Signed-off-by: Jens Axboe --- HOWTO | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 -- 2.25.1