[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121026192517.GC24687@redhat.com>
Date: Fri, 26 Oct 2012 15:25:17 -0400
From: Vivek Goyal <vgoyal@...hat.com>
To: Robin Dong <robin.k.dong@...il.com>
Cc: linux-kernel@...r.kernel.org, Robin Dong <sanbai@...bao.com>,
Tejun Heo <tj@...nel.org>, Jens Axboe <axboe@...nel.dk>,
Tao Ma <boyu.mt@...bao.com>
Subject: Re: [PATCH 2/2 v4] block/throttle: Add IO submitted information in
blkio.throttle
On Fri, Oct 26, 2012 at 12:47:48PM +0800, Robin Dong wrote:
[..]
> @@ -1084,6 +1114,16 @@ static struct cftype throtl_files[] = {
> .private = offsetof(struct tg_stats_cpu, serviced),
> .read_seq_string = tg_print_cpu_rwstat,
> },
> + {
> + .name = "throttle.io_submit_bytes",
Do we really need io_submit_bytes stats? Your need seems to be able to
figure out if there are pending IOs in the group and if you need to
increase the bandwidth. For that, isn't number of bios enough?
Also even if we retain bytes, let us change it to "io_submitted_bytes".
Thanks
Vivek
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists