All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Venkateswararao Jujjuri (JV)" <jvrao@linux.vnet.ibm.com>
To: Qemu-development List <qemu-devel@nongnu.org>
Subject: [Qemu-devel] QEMU throughput is down with SMP
Date: Wed, 29 Sep 2010 17:50:15 -0700	[thread overview]
Message-ID: <4CA3DEC7.5070609@linux.vnet.ibm.com> (raw)

Code: Mainline QEMU (git://git.qemu.org/qemu.git)
Machine: LS21 blade.
Disk: Local disk through VirtIO.
Did not select any cache option. Defaulting to writethrough.

Command tested:
3 parallel instances of : dd if=/dev/zero of=/pmnt/my_pw bs=4k count=100000

QEMU with  smp=1
19.3 MB/s + 19.2 MB/s + 18.6 MB/s = 57.1 MB/s

QEMU with smp=4
15.3 MB/s + 14.1 MB/s + 13.6 MB/s = 43.0 MB/s

Is this expected?


Thanks,
JV

=== Details ===
smp = 1

time dd if=/dev/zero of=/pmnt/my_pw bs=4k count=100000 & time dd if=/dev/zero 
of=/pmnt/my_pw1 bs=4k count=100000 & time dd if=/dev/zero of=/pmnt/my_pw2 bs=4k 
count=100000 &


[root@localhost ~]# 100000+0 records in
100000+0 records out
409600000 bytes (410 MB) copied, 21.2747 s, 19.3 MB/s

real	0m21.377s
user	0m0.040s
sys	0m1.655s
100000+0 records in
100000+0 records out
409600000 bytes (410 MB) copied, 21.2799 s, 19.2 MB/s

real	0m21.374s
user	0m0.046s
sys	0m1.660s
100000+0 records in
100000+0 records out
409600000 bytes (410 MB) copied, 22.0735 s, 18.6 MB/s

real	0m22.153s
user	0m0.043s
sys	0m1.642s


smp = 4
[root@localhost ~]# time dd if=/dev/zero of=/pmnt/my_pw bs=4k count=100000 & 
time dd if=/dev/zero of=/pmnt/my_pw1 bs=4k count=100000 & time dd if=/dev/zero 
of=/pmnt/my_pw2 bs=4k count=100000 &
[root@localhost ~]# 100000+0 records in
100000+0 records out
409600000 bytes (410 MB) copied, 26.8055 s, 15.3 MB/s

real	0m26.869s
user	0m0.079s
sys	0m3.333s
100000+0 records in
100000+0 records out
409600000 bytes (410 MB) copied, 28.9583 s, 14.1 MB/s

real	0m29.018s
user	0m0.053s
sys	0m4.313s
100000+0 records in
100000+0 records out
409600000 bytes (410 MB) copied, 30.1739 s, 13.6 MB/s

real	0m30.238s
user	0m0.065s
sys	0m4.124s

             reply	other threads:[~2010-09-30  0:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-30  0:50 Venkateswararao Jujjuri (JV) [this message]
2010-09-30  9:13 ` [Qemu-devel] QEMU throughput is down with SMP Stefan Hajnoczi
2010-09-30 19:19   ` Venkateswararao Jujjuri (JV)
2010-10-01  8:41     ` Stefan Hajnoczi
2010-10-01 13:38       ` Ryan Harper
2010-10-01 15:04         ` Venkateswararao Jujjuri (JV)
2010-10-01 15:09           ` Stefan Hajnoczi

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=4CA3DEC7.5070609@linux.vnet.ibm.com \
    --to=jvrao@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.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.