Flako
2011-Jul-13 17:14 UTC
[Xen-users] gplpv driver correctly supports 9GB RAM in Windows 32bit?
Hello I have Debian Linux 2.6.32-5-xen-amd64 Xen 4.0.1, 2 SAS drives in RAID 1, 16GB ram. I have virtualized Windows 2003R2 32bit where you install the latest version 0.11.0.295 gplpv After reading and reading forums and post testing, I noticed that the hard disk performance drops significantly when I assign the windows domU 9GB ram. (below I leave the config files) If I run the domU with 2GB of ram, I have 57% of performance in reading compared with the Debian Linux (dom0). Translated into numbers is Dom0 Read: 260.56MB/sec and dumU 150MB/sec. If I run the domU with 9GB of RAM, I have 42% of performance in reading compared with Debian Linux. (dom0). Translated into numbers is Dom0 Read: 260.56MB/sec and dumU 110MB/sec. These tests were done in windows1 and hard disk "''phy: / dev/sdb2, hdd, w''" This leads me to think I have some problems with windows1.cfg options, such as SAP, ioemu, hap. Or the low performance is associated with the need to map 32bit to 64bit? I''m really confused on many parameters and do not know if the combination of any of them is associated with low performance. Using windows 2003 64bit technically is more optimistic? mapping can influence both 32bit and 6 Thanks for being here. I leave the files under configuration If you do not understand English, do not claim to google translate, he does miracles with my bad Spanish:) My configuration windows1.cfg is /---- windows1.cfg kernel = ''/usr/lib/xen-default/boot/hvmloader'' device_model = ''/usr/lib64/xen/bin/qemu-dm'' builder = ''hvm'' memory = ''9216'' acpi = 1 apic = 1 pae = 1 hap= 1 vcpus =16 disk = [ ''phy:/dev/gv_db/vl2,hda,w'' ,''file:/mnt/sda5/iso_imagenes/w2003R2_adaptec.iso,hdb:cdrom,r'' #H ,''phy:/dev/gv_db/vl1,hdc,w'' ,''phy:/dev/sdb2,hdd,w'' ] boot=''c'' e1000=1 vif = [''type=ioemu, bridge=eth0'' ] #USB usb =1 usbdevice = ''host:0925:01003'' sdl = 0 vnc = 1 vncviewer = 0 nographic = 0 localtime=0 \---- windows1.cfg /--- xm list windows1 27 9216 16 -b---- 970.1 -(Windows) windows2 512 4 12031.5 -(Windows) windows3 3 512 2 -b---- 37966.9 -(Windows) windows4 2 512 1 -b---- 30253.7 -(Windows) linux1 1 500 1 -b---- 10541.6 (linux) windows5 20 3052 4 -b---- 34441.8 (Windows) \--- xm list _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Braindead
2011-Jul-13 18:49 UTC
Re: [Xen-users] gplpv driver correctly supports 9GB RAM in Windows 32bit?
On Wed, 13 Jul 2011 14:14:40 -0300 Flako <subforos@gmail.com> wrote:> Hello > I have Debian Linux 2.6.32-5-xen-amd64 Xen 4.0.1, 2 SAS drives in > RAID 1, 16GB ram. > > I have virtualized Windows 2003R2 32bit where you install the > latest version 0.11.0.295 gplpv > After reading and reading forums and post testing, I noticed that the > hard disk performance drops significantly when I assign the windows > domU 9GB ram. (below I leave the config files)Why would you assign a 32-bit OS any more than 4GB? I''m not sure if that''s the problem, however I''ve never tried running 32bit windows with more than 4gig ram. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Digimer
2011-Jul-13 19:03 UTC
Re: [Xen-users] gplpv driver correctly supports 9GB RAM in Windows 32bit?
On 07/13/2011 02:49 PM, Braindead wrote:> On Wed, 13 Jul 2011 14:14:40 -0300 Flako <subforos@gmail.com> wrote: >> Hello >> I have Debian Linux 2.6.32-5-xen-amd64 Xen 4.0.1, 2 SAS drives in >> RAID 1, 16GB ram. >> >> I have virtualized Windows 2003R2 32bit where you install the >> latest version 0.11.0.295 gplpv >> After reading and reading forums and post testing, I noticed that the >> hard disk performance drops significantly when I assign the windows >> domU 9GB ram. (below I leave the config files) > > Why would you assign a 32-bit OS any more than 4GB? I''m not sure if that''s the problem, however I''ve never tried running 32bit windows with more than 4gig ram.PAE allows 32bit OS access to >3GB RAM. -- Digimer E-Mail: digimer@alteeve.com Freenode handle: digimer Papers and Projects: http://alteeve.com Node Assassin: http://nodeassassin.org "I feel confined, only free to expand myself within boundaries." _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Braindead
2011-Jul-13 19:13 UTC
Re: [Xen-users] gplpv driver correctly supports 9GB RAM in Windows 32bit?
On Wed, 13 Jul 2011 15:03:27 -0400 Digimer <linux@alteeve.com> wrote:> On 07/13/2011 02:49 PM, Braindead wrote: > > On Wed, 13 Jul 2011 14:14:40 -0300 Flako <subforos@gmail.com> wrote: > >> Hello > >> I have Debian Linux 2.6.32-5-xen-amd64 Xen 4.0.1, 2 SAS drives > >> in RAID 1, 16GB ram. > >> > >> I have virtualized Windows 2003R2 32bit where you install the > >> latest version 0.11.0.295 gplpv > >> After reading and reading forums and post testing, I noticed that > >> the hard disk performance drops significantly when I assign the > >> windows domU 9GB ram. (below I leave the config files) > > > > Why would you assign a 32-bit OS any more than 4GB? I''m not sure > > if that''s the problem, however I''ve never tried running 32bit > > windows with more than 4gig ram. > > PAE allows 32bit OS access to >3GB RAM.He doesn''t mention which version of 2003R2. Standard edition 32bit is limited to 4GB ram. Only Enterpise and Datacenter support as far as I can tell (well, according to msdn.. which has been wrong in the past). _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Flako
2011-Jul-14 13:37 UTC
Re: [Xen-users] gplpv driver correctly supports 9GB RAM in Windows 32bit?
Braindead, Digima, James: If windows 32bit Enterprise with PAE. As I understand I have PAE support for hvm # Xm info | grep xen_caps xen_caps: xen-3.0-xen-3.0-x86_64 hvm-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p x86_64 / --- # Xm dmesg reduced (XEN) HVM: VMX enabled (XEN) HVM: Hardware Assisted Paging detected. (XEN) Intel VT-d not supported Snoop Control. (XEN) Intel VT-d DMA Passthrough not supported. (XEN) Intel VT-d supported Queued Invalidation. (XEN) Intel VT-d interrupt remapping supported. (XEN) I / O virtualisation enabled (XEN) - Dom0 mode: Relaxed (XEN) with EOI ioapic_ack_old Enable Direct on! \ --- # Xm dmesg reducudo (xm dmesg full: http://www.fileupyours.com/files/309484/xm_dmesg.txt) James: To test it with version 0.11.0.308 (give me a few days and try it)> Also, can you see if vcpus = 1 Improve the situation any?Probe without ioemu, pae = 1 hap = 1, vcpus = 1 and appears to achieve a small improvement, now I have readings from the dumU 120Mb/sa 125MB/sec. Probe with ioemu, pae = 1 hap = 1, vcpus = 1 and there is a small improvement over vcpus = 16, now I read from the dumU 115Mb/sa 120MB/sec.> If you try the debug version of the driver, please send me the output of > / Var/log/xen/qemu-dm-windows1.log After you''ve booted the system.Also give me a few days and I sent it.> 32 bit Systems with> 4GB memory is not an environment I Have tested > Unfortunately recently.I recommend that around for the best performance with gplpv? The most intelligent will migrate to Windows 64bit? Flako If you do not understand English, do not claim to google translate, he does miracles with my bad Spanish:) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Braindead
2011-Jul-14 15:19 UTC
Re: [Xen-users] gplpv driver correctly supports 9GB RAM in Windows 32bit?
Thanks for the clarification, sorry I can''t help further. I just figured I was here and I''d make sure the obvious stuff was covered.. . On Thu, 14 Jul 2011 10:37:28 -0300 Flako <subforos@gmail.com> wrote:> Braindead, Digima, James: > > If windows 32bit Enterprise with PAE. > As I understand I have PAE support for hvm > > # Xm info | grep xen_caps > xen_caps: xen-3.0-xen-3.0-x86_64 hvm-3.0-x86_32p hvm-3.0-x86_32 > hvm-3.0-x86_32p x86_64 > > / --- # Xm dmesg reduced > (XEN) HVM: VMX enabled > (XEN) HVM: Hardware Assisted Paging detected. > (XEN) Intel VT-d not supported Snoop Control. > (XEN) Intel VT-d DMA Passthrough not supported. > (XEN) Intel VT-d supported Queued Invalidation. > (XEN) Intel VT-d interrupt remapping supported. > (XEN) I / O virtualisation enabled > (XEN) - Dom0 mode: Relaxed > (XEN) with EOI ioapic_ack_old Enable Direct on! > \ --- # Xm dmesg reducudo > (xm dmesg full: http://www.fileupyours.com/files/309484/xm_dmesg.txt) > > James: > To test it with version 0.11.0.308 (give me a few days and try it) > > > Also, can you see if vcpus = 1 Improve the situation any? > > Probe without ioemu, pae = 1 hap = 1, vcpus = 1 and appears to achieve > a small improvement, now I have readings from the dumU 120Mb/sa > 125MB/sec. > Probe with ioemu, pae = 1 hap = 1, vcpus = 1 and there is a small > improvement over vcpus = 16, > now I read from the dumU 115Mb/sa 120MB/sec. > > > > > If you try the debug version of the driver, please send me the > > output of / Var/log/xen/qemu-dm-windows1.log After you''ve booted > > the system. > Also give me a few days and I sent it. > > > 32 bit Systems with> 4GB memory is not an environment I Have tested > > Unfortunately recently. > > I recommend that around for the best performance with gplpv? > The most intelligent will migrate to Windows 64bit? > > > Flako > If you do not understand English, do not claim to google translate, he > does miracles with my bad Spanish:) > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- You don''t have to think too hard when you talk to teachers. -- J. D. Salinger _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Flako
2011-Jul-15 23:09 UTC
Re: [Xen-users] gplpv driver correctly supports 9GB RAM in Windows 32bit?
2011/7/14 Braindead <Braindead@diablops.com>:> Thanks for the clarification, sorry I can''t help further. I just figured I was here and I''d make sure the obvious stuff was covered.. .Braindead: One of the main goals I have to write an email list, is hoping someone would clarify the mess of ideas I have in my head and guided me to go. I always tend to forget the obvious things, so thank you to respond by email:) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users