From: Michael Schinzel <schinzel@ip-projects.de>
To: "xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>
Cc: Thomas Toka <toka@ip-projects.de>
Subject: Read Performance issue when Xen Hypervisor is activated
Date: Mon, 26 Dec 2016 11:48:41 +0000 [thread overview]
Message-ID: <2e0c370bcee74330aca7330c7b2ac636@ip-projects.de> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 3009 bytes --]
Hello,
first of all, mary christmas for all which read this email to mailinglist.
Since about 14 days, i have a problem with an Xen vServer Host. Hardware Specs:
2x Intel Xeon E5-2620v2
256 GB DDR3 ECC Reg Memory
6x 3 TB WD RE Drives – RAID 10 – HDD Array
2x 256 GB SSDs – RAID 1 – SWAP Drives
2x 600 GB SAS HDDs – RAID 1 – Backup Temp
2x 1 TB SSDs – RAID 1 – xCacheCade
LSI MegaRAID 9361-8i
MegaRAID Kit LSICVM02
When i boot the Server – OS: Debian 8 – with an Kernel without Xen Hypervisor Support, i get the following Performacne at the RAID 10 HDD Array – the test Script is from: http://blog.tdg5.com/tuning-dd-block-size/ -
root@v7:~# ./dd_obs_test.sh datei
block size : transfer rate
512 : 293 MB/s
1024 : 469 MB/s
2048 : 603 MB/s
4096 : 812 MB/s
8192 : 866 MB/s
16384 : 845 MB/s
32768 : 875 MB/s
65536 : 929 MB/s
131072 : 923 MB/s
262144 : 898 MB/s
524288 : 956 MB/s
1048576 : 883 MB/s
2097152 : 956 MB/s
4194304 : 925 MB/s
8388608 : 879 MB/s
16777216 : 811 MB/s
33554432 : 826 MB/s
67108864 : 753 MB/s
root@v7:/home#
time dd if=/dev/zero of=datei bs=1M count=10240
10240+0 Datens㳺e ein
10240+0 Datens㳺e aus
10737418240 Bytes (11 GB) kopiert, 26,3243 s, 408 MB/s
real 0m26.327s
user 0m0.012s
sys 0m17.140s
root@v7:/home#
time dd if=datei of=/dev/null
20971520+0 Datens㳺e ein
20971520+0 Datens㳺e aus
10737418240 Bytes (11 GB) kopiert, 11,7919 s, 911 MB/s
real 0m11.794s
user 0m2.612s
sys 0m9.176s
the read performance from the cache goes up to 1.2 – 1.6 Gb/s
When i reboot the Server and boot an kernel with Hypervisor Support, i get the following performance information:
root@v7:~# ./dd_obs_test.sh datei
block size : transfer rate
512 : 9 MB/s
1024 : 163 MB/s
2048 : 256 MB/s
4096 : 368 MB/s
8192 : 490 MB/s
16384 : 569 MB/s
32768 : 618 MB/s
65536 : 684 MB/s
131072 : 717 MB/s
262144 : 709 MB/s
524288 : 715 MB/s
1048576 : 742 MB/s
2097152 : 728 MB/s
4194304 : 730 MB/s
8388608 : 696 MB/s
16777216 : 655 MB/s
33554432 : 626 MB/s
67108864 : 558 MB/s
root@v7:/home#
time dd if=/dev/zero of=datei bs=1M count=10240
10240+0 Datensätze ein
10240+0 Datensätze aus
10737418240 Bytes (11 GB) kopiert, 31,6254 s, 340 MB/s
real 0m31.712s
user 0m0.040s
sys 0m15.744s
root@v7:/home#
time dd if=datei of=/dev/null
20971520+0 Datensätze ein
20971520+0 Datensätze aus
10737418240 Bytes (11 GB) kopiert, 50,6099 s, 212 MB/s
I have upgraded Controller Firmware, BIOS, changed mainboard, changed hard drives, changed RAID Controller. I can not find the reason why the performance of the hypervisor kernel is such bad.
I have tested Kernel 4.9, Kernel 4.4 and Kernel 3.16.36 default debian. All Versions such the same values.
Installed ist he default Hypervisor Version 4.4.1. Has anybody the same problem and could help me to solve it?
Yours sincerely
Michael Schinzel
[-- Attachment #1.2: Type: text/html, Size: 8297 bytes --]
[-- Attachment #2: Type: text/plain, Size: 127 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2016-12-26 11:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-26 11:48 Michael Schinzel [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-27 14:26 Read Performance issue when Xen Hypervisor is activated Michael Schinzel
2016-12-30 16:34 ` Dario Faggioli
2016-12-30 16:53 ` Michael Schinzel
2016-12-31 9:07 ` Michael Schinzel
2017-01-02 7:15 ` Michael Schinzel
2017-01-12 17:03 ` Dario Faggioli
2017-01-13 13:32 ` Konrad Rzeszutek Wilk
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=2e0c370bcee74330aca7330c7b2ac636@ip-projects.de \
--to=schinzel@ip-projects.de \
--cc=toka@ip-projects.de \
--cc=xen-devel@lists.xenproject.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).