All of lore.kernel.org
 help / color / mirror / Atom feed
* Should group_reporting be clumping together different groups?
@ 2012-09-29  2:11 Akash Verma
  2012-09-29  6:26 ` Jens Axboe
  0 siblings, 1 reply; 7+ messages in thread
From: Akash Verma @ 2012-09-29  2:11 UTC (permalink / raw)
  To: fio

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.

Thanks,
Akash

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-09-29  8:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-29  2:11 Should group_reporting be clumping together different groups? Akash Verma
2012-09-29  6:26 ` Jens Axboe
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

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.