All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Haigh <netwiz@crc.id.au>
To: "Roger Pau Monné" <roger.pau@citrix.com>
Cc: Felipe Franciosi <felipe.franciosi@citrix.com>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: IO speed limited by size of IO request (for RBD driver)
Date: Tue, 30 Apr 2013 05:26:45 +1000	[thread overview]
Message-ID: <517EC975.7030807@crc.id.au> (raw)
In-Reply-To: <517E3195.8090204@citrix.com>

On 29/04/2013 6:38 PM, Roger Pau Monné wrote:
> Did you also copy xen-blkfront?

Dammit! No, no I didn't. I tried to just copy this back over to the 
3.8.8 and 3.8.10 kernel versions, but it came up with too many errors - 
so I just rebuilt/packages the checkout of your git based on 3.8.0-rc7.

> It seems you are missing some pieces, you should see something like:
>
> blkfront: xvda: flush diskcache: enabled; persistent grants: enabled;
> indirect descriptors: enabled;

Now I'm running 3.8.0-rc7 from your git on both DomU and Dom0. In the 
DomU, I now see:

blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; 
indirect descriptors: enabled;

 From what you say, this should be what I'd expect.

 From the DomU:
# dd if=/dev/zero of=output.zero bs=1M count=2048
2048+0 records in
2048+0 records out
2147483648 bytes (2.1 GB) copied, 32.9252 s, 65.2 MB/s

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
            0.23    0.00    9.61    0.00    0.46   89.70

Device:         rrqm/s   wrqm/s     r/s     w/s    rMB/s    wMB/s 
avgrq-sz avgqu-sz   await  svctm  %util
sdd            1071.40  7914.87   67.28  479.18     4.40    32.64 
138.82    17.45   31.65   2.00 109.36
sde            1151.72  7943.71   68.65  486.73     4.79    33.20 
140.10    13.18   23.87   1.93 107.14
sdc            1123.34  7921.05   66.36  482.84     4.66    32.86 
139.89     8.80   15.96   1.86 102.31
sdf            1091.53  7937.30   70.02  483.30     4.54    32.97 
138.84    18.98   34.31   1.98 109.45
md2               0.00     0.00    0.00 1003.66     0.00    65.31 
133.27     0.00    0.00   0.00   0.00

# dd if=/dev/zero of=output.zero bs=1M count=2048 oflag=direct
2048+0 records in
2048+0 records out
2147483648 bytes (2.1 GB) copied, 25.4705 s, 84.3 MB/s

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
            0.22    0.00   10.94    0.00    0.22   88.62

Device:         rrqm/s   wrqm/s     r/s     w/s    rMB/s    wMB/s 
avgrq-sz avgqu-sz   await  svctm  %util
sdd              20.35 13703.72    1.75  258.64     0.10    54.54 
429.75     0.47    1.81   1.13  29.34
sde            1858.64 11655.36   61.05  199.56     7.51    46.36 
423.36     1.54    5.89   3.27  85.27
sdc             142.45 11824.07    5.47  254.70     0.59    47.18 
376.03     0.42    1.61   1.02  26.59
sdf             332.39 13489.72   11.38  248.80     1.35    53.72 
433.47     1.06    4.10   2.50  65.16
md2               0.00     0.00    3.72  733.48     0.06    91.68 
254.86     0.00    0.00   0.00   0.00


-- 
Steven Haigh

Email: netwiz@crc.id.au
Web: https://www.crc.id.au
Phone: (03) 9001 6090 - 0412 935 897
Fax: (03) 8338 0299

  reply	other threads:[~2013-04-29 19:26 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-23 13:33 IO speed limited by size of IO request (for RBD driver) Sylvain Munaut
2013-04-23 13:41 ` Steven Haigh
2013-04-23 14:06   ` Roger Pau Monné
2013-04-23 14:15     ` Sylvain Munaut
2013-04-25 13:00     ` Sylvain Munaut
     [not found]     ` <51769B9D.4000708@crc.id.au>
     [not found]       ` <51769CFD.7020907@citrix.com>
     [not found]         ` <51769E1E.6040902@crc.id.au>
     [not found]           ` <5176A19A.2010802@citrix.com>
     [not found]             ` <5176A440.8040303@crc.id.au>
     [not found]               ` <5176A520.5030503@citrix.com>
     [not found]                 ` <5176A61F.6050607@crc.id.au>
     [not found]                   ` <5176A6DD.5000404@citrix.com>
     [not found]                     ` <5176AFF9.4020003@crc.id.au>
     [not found]                       ` <5176B237.8020803@citrix.com>
     [not found]                         ` <5176C073.3050409@crc.id.au>
     [not found]                           ` <5176CF56.8000505@citrix.com>
     [not found]                             ` <5176DB88.1070200@crc.id.au>
     [not found]                               ` <517A89DA.3030804@citrix.com>
2013-04-26 14:16                                 ` Steven Haigh
2013-04-27  1:57                                   ` Steven Haigh
2013-04-27  7:06                                     ` Roger Pau Monné
2013-04-27  7:51                                       ` Steven Haigh
2013-04-27  8:35                                         ` Steven Haigh
2013-04-29  8:38                                           ` Roger Pau Monné
2013-04-29 19:26                                             ` Steven Haigh [this message]
2013-04-29 19:47                                               ` Steven Haigh
2013-04-30 10:07                                                 ` Felipe Franciosi
2013-04-30 10:38                                                   ` Steven Haigh
2013-05-08  8:20                                                   ` Steven Haigh
2013-05-08  8:33                                                     ` Roger Pau Monné
2013-05-08  8:47                                                       ` Steven Haigh
2013-05-08 10:32                                                       ` Steven Haigh
2013-05-08 10:45                                                         ` Roger Pau Monné
2013-05-08 11:14                                                           ` Felipe Franciosi
2013-05-22 20:13                                                             ` Konrad Rzeszutek Wilk
2013-05-23  7:22                                                               ` Felipe Franciosi
2013-05-24 14:29                                                                 ` Konrad Rzeszutek Wilk
2013-05-08 12:56                                                           ` Steven Haigh

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=517EC975.7030807@crc.id.au \
    --to=netwiz@crc.id.au \
    --cc=felipe.franciosi@citrix.com \
    --cc=roger.pau@citrix.com \
    --cc=xen-devel@lists.xen.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.