|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [dm-devel] [PATCH 1/8] dm-ioband: Introduction
To: |
dm-devel@xxxxxxxxxx, taka@xxxxxxxxxxxxx |
Subject: |
[Xen-devel] Re: [dm-devel] [PATCH 1/8] dm-ioband: Introduction |
From: |
Ryo Tsuruta <ryov@xxxxxxxxxxxxx> |
Date: |
Fri, 14 Nov 2008 10:38:28 +0900 (JST) |
Cc: |
xen-devel@xxxxxxxxxxxxxxxxxxx, containers@xxxxxxxxxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx, agk@xxxxxxxxxxxxxx, balbir@xxxxxxxxxxxxxxxxxx, psusi@xxxxxxxxxx, fernando@xxxxxxxxxxxxx, kamezawa.hiroyu@xxxxxxxxxxxxxx, xemul@xxxxxxxxxx |
Delivery-date: |
Thu, 13 Nov 2008 17:38:26 -0800 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
In-reply-to: |
<20081114.081840.114538392.taka@xxxxxxxxxxxxx> |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
References: |
<20081113.121146.623571555980959797.ryov@xxxxxxxxxxxxx> <491C81CB.7010705@xxxxxxxxxx> <20081114.081840.114538392.taka@xxxxxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
Hi Phillip,
> > Ryo Tsuruta wrote:
> > > Create two ioband devices "ioband1" and "ioband2". "ioband1" is mapped
> > > to "/dev/sda1" and has a weight of 40. "ioband2" is mapped to "/dev/sda2"
> > > and has a weight of 10. "ioband1" can use 80% --- 40/(40+10)*100 ---
> > > of the bandwidth of the physical disk "/dev/sda" while "ioband2" can use
> > > 20%.
> >
> > Just to clarify, when you say ioband1 can use 80% of the bandwidh, you
> > mean that is how much it will get if both io bands are loaded right? If
> > there is no activity on ioband2, then ioband1 will get the full disk
> > bandwidth right?
>
> Absolutely, you are right!
Here is a benchmark result of sharing bandwidth between three ioband
devices. When there is no activity on ioband2, the total bandwidth of
the disk is shared only between ioband1 and ioband3 according to their
weights.
http://people.valinux.co.jp/~ryov/dm-ioband/benchmark/partition1.html
--
Ryo Tsuruta <ryov@xxxxxxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|