All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akio Takebe <takebe_akio@jp.fujitsu.com>
To: dm-devel@redhat.com, Ryo Tsuruta <ryov@valinux.co.jp>
Subject: Test results of dm-ioband
Date: Thu, 19 Mar 2009 16:51:55 +0900	[thread overview]
Message-ID: <49C1F99B.2030100@jp.fujitsu.com> (raw)

Hi, all

Nice to meet you. I'm new to device-mapper.
I'd like to use dm-ioband because it would be useful for virtual environment(kvm, xen).
So I tested dm-ioband, and my test results are below.
I hope it's a help that dm-ioband is committed to mainline.
Any comments are welcome.

Tested-by: Akio Takebe <takebe_akio@jp.fujitsu.com>

Test Discription:

Reference:
  http://people.valinux.co.jp/~ryov/bwctl/

Setup infomation:
  1. compile and loading module
    http://people.valinux.co.jp/~ryov/bwctl/
    http://people.valinux.co.jp/~ryov/dm-ioband/manual/setup.html
  2. setup dmioband
    # echo "0 $(blockdev --getsize /dev/sdb7) ioband /dev/sdb7 1 0 0 none" "weight 0 :40" | dmsetup create ioband1
    # echo "0 $(blockdev --getsize /dev/sdb8) ioband /dev/sdb8 1 0 0 none" "weight 0 :10" | dmsetup create ioband2
    # mkfs.ext3 /dev/mapper/ioband1
    # mkfs.ext3 /dev/mapper/ioband2
    # mount /dev/mapper/ioband1 /mnt1
    # mount /dev/mapper/ioband2 /mnt2

Test Items
- load/unload module : OK
- dmsetup targets show ioband: OK
- Performance test results (fio)
    Summary of results
                         throughput [KiB/s]    % of throughput of
    device   weight(%)   read  write  total    ioband1 + ioband2
    ioband1   40(80%)     328    335    663          79.59%
    ioband2   10(20%)      87     83    170          20.41%

- I/O load (dd):
  I used some I/O load with dd command.
  I confirmed that the filesystem didn't break down.
  The files written by dd were also sane.

Best Regards,

Akio Takebe

             reply	other threads:[~2009-03-19  7:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-19  7:51 Akio Takebe [this message]
2009-03-23 11:55 ` Test results of dm-ioband Ryo Tsuruta

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=49C1F99B.2030100@jp.fujitsu.com \
    --to=takebe_akio@jp.fujitsu.com \
    --cc=dm-devel@redhat.com \
    --cc=ryov@valinux.co.jp \
    /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.