From: weiping zhang <zhangweiping@didichuxing.com>
To: axboe@kernel.dk, tj@kernel.org, shli@kernel.org, lizefan@huawei.com
Cc: linux-block@vger.kernel.org, cgroups@vger.kernel.org
Subject: [RFC] blk-throttle: export io_serviced_recursive, io_service_bytes_recursive
Date: Mon, 11 Dec 2017 22:56:25 +0800 [thread overview]
Message-ID: <20171211145621.GA2115@localhost.didichuxing.com> (raw)
export these two interface for cgroup-v1.
Signed-off-by: weiping zhang <zhangweiping@didichuxing.com>
---
block/blk-throttle.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/block/blk-throttle.c b/block/blk-throttle.c
index 96ad326..1d7637f 100644
--- a/block/blk-throttle.c
+++ b/block/blk-throttle.c
@@ -1512,10 +1512,20 @@ static struct cftype throtl_legacy_files[] = {
.seq_show = blkg_print_stat_bytes,
},
{
+ .name = "throttle.io_service_bytes_recursive",
+ .private = (unsigned long)&blkcg_policy_throtl,
+ .seq_show = blkg_print_stat_bytes_recursive,
+ },
+ {
.name = "throttle.io_serviced",
.private = (unsigned long)&blkcg_policy_throtl,
.seq_show = blkg_print_stat_ios,
},
+ {
+ .name = "throttle.io_serviced_recursive",
+ .private = (unsigned long)&blkcg_policy_throtl,
+ .seq_show = blkg_print_stat_ios_recursive,
+ },
{ } /* terminate */
};
--
2.9.4
WARNING: multiple messages have this Message-ID (diff)
From: weiping zhang <zhangweiping@didichuxing.com>
To: <axboe@kernel.dk>, <tj@kernel.org>, <shli@kernel.org>,
<lizefan@huawei.com>
Cc: <linux-block@vger.kernel.org>, <cgroups@vger.kernel.org>
Subject: [RFC] blk-throttle: export io_serviced_recursive, io_service_bytes_recursive
Date: Mon, 11 Dec 2017 22:56:25 +0800 [thread overview]
Message-ID: <20171211145621.GA2115@localhost.didichuxing.com> (raw)
export these two interface for cgroup-v1.
Signed-off-by: weiping zhang <zhangweiping@didichuxing.com>
---
block/blk-throttle.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/block/blk-throttle.c b/block/blk-throttle.c
index 96ad326..1d7637f 100644
--- a/block/blk-throttle.c
+++ b/block/blk-throttle.c
@@ -1512,10 +1512,20 @@ static struct cftype throtl_legacy_files[] = {
.seq_show = blkg_print_stat_bytes,
},
{
+ .name = "throttle.io_service_bytes_recursive",
+ .private = (unsigned long)&blkcg_policy_throtl,
+ .seq_show = blkg_print_stat_bytes_recursive,
+ },
+ {
.name = "throttle.io_serviced",
.private = (unsigned long)&blkcg_policy_throtl,
.seq_show = blkg_print_stat_ios,
},
+ {
+ .name = "throttle.io_serviced_recursive",
+ .private = (unsigned long)&blkcg_policy_throtl,
+ .seq_show = blkg_print_stat_ios_recursive,
+ },
{ } /* terminate */
};
--
2.9.4
next reply other threads:[~2017-12-11 14:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-11 14:56 weiping zhang [this message]
2017-12-11 14:56 ` [RFC] blk-throttle: export io_serviced_recursive, io_service_bytes_recursive weiping zhang
[not found] ` <20171211145621.GA2115-bi+AKbBUZKZw6VQDmTdmGHWcxnUbehklAL8bYrjMMd8@public.gmane.org>
2017-12-11 15:17 ` Tejun Heo
2017-12-11 15:17 ` Tejun Heo
[not found] ` <20171211151705.GG2421075-4dN5La/x3IkLX0oZNxdnEQ2O0Ztt9esIQQ4Iyu8u01E@public.gmane.org>
2017-12-29 17:17 ` weiping zhang
2017-12-29 17:17 ` weiping zhang
2018-01-18 15:41 ` weiping zhang
2018-01-18 15:41 ` weiping zhang
2018-01-18 19:56 ` Jens Axboe
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=20171211145621.GA2115@localhost.didichuxing.com \
--to=zhangweiping@didichuxing.com \
--cc=axboe@kernel.dk \
--cc=cgroups@vger.kernel.org \
--cc=linux-block@vger.kernel.org \
--cc=lizefan@huawei.com \
--cc=shli@kernel.org \
--cc=tj@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.