From: Jens Axboe <axboe@kernel.dk>
To: Akash Verma <akashv@google.com>
Cc: fio <fio@vger.kernel.org>
Subject: Re: Should group_reporting be clumping together different groups?
Date: Sat, 29 Sep 2012 08:26:29 +0200 [thread overview]
Message-ID: <50669495.1080801@kernel.dk> (raw)
In-Reply-To: <CAFFT=U=WusZz8z+J93NvS8QEe=4NuDtiHHJ6_KJQ=gLAggdouA@mail.gmail.com>
On 2012-09-29 04:11, Akash Verma wrote:
> Let's say I use FIO with the following job file:
>
>
> [group_1]
> rw=randwrite
> size=1024k
> ioengine=libaio
> time_based=1
> runtime=10
> direct=1
> do_verify=0
> numjobs=2
> group_reporting=1
>
> [group_2]
> rw=randread
> size=1024k
> ioengine=libaio
> time_based=1
> runtime=10
> direct=1
> numjobs=2
> group_reporting=1
>
>
> I get a single report, named after group_1 but actually including
> results for group_2 as well. Since I'm using group_reporting with
> numjobs, shouldn't I be getting two reports, one for group_1 and one
> for group_2?
>
> I am able to get the desired functionality using:
> new_group=1
> under group_2, causing FIO to specifically treat that group as
> separate for reporting purposes. However the current behavior still
> doesn't conform with the description given for both group_reporting
> and new_group.
Hmm, I think it's perfectly aligned with what is described. The
documentation states that jobs are part of the same group, except if:
- They are separated by a stone wall, which implies starting a new
group.
- or the new_group primitive is used explicitly.
--
Jens Axboe
next prev parent reply other threads:[~2012-09-29 6:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-29 2:11 Should group_reporting be clumping together different groups? Akash Verma
2012-09-29 6:26 ` Jens Axboe [this message]
2012-09-29 7:32 ` Akash Verma
2012-09-29 7:59 ` Jens Axboe
2012-09-29 8:08 ` Akash Verma
2012-09-29 8:34 ` Akash Verma
2012-09-29 7:34 ` Akash Verma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50669495.1080801@kernel.dk \
--to=axboe@kernel.dk \
--cc=akashv@google.com \
--cc=fio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.