WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Windows 2008 - slow upload

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Windows 2008 - slow upload
From: ""Robert Zöhrer | pronet.at"" <robert.zoehrer@xxxxxxxxx>
Date: Tue, 04 Aug 2009 12:58:04 +0200
Delivery-date: Tue, 04 Aug 2009 03:58:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4A7698D3.3010302@xxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: PRONET
References: <4A7698D3.3010302@xxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.22 (X11/20090608)
Tomek schrieb:

The wrong thing after installing GPLPV drivers is decreased machine upload. I could download about 40~60MB/s but upload runs at 10~20KB/s. It's to low for anything ;/

I've similar behavior with Win2003 SBS SP2 and installed GPLPV 0.10.0.86.

Uninstalling this GPLV version definitely "solves" the issue, but I can't say if it arrived after installing SP2 or maybe I installed GPLPV after SP2 .. didn't remember anymore.

regards,
Robert


My HVM-config:
---------------------------------
import os, re
arch = os.uname()[4]
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'

# use 3 virt. cpus
vcpus = 3

# Use phys. CPU 1-3, reserving CPU0 for dom0
cpus = "1-3"

# max RAM used
memory = 2048

# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
shadow_memory = 8
name = 'infra-win2003sbs'

# behavior
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'

## When using GPLPV driver instead of qemu
vif = [ 'bridge=eth2' ]


# Use acpi
acpi = 1

disk = [ 'phy:/dev/drbd0,hda,w' ]

device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'

#-----------------------------------------------------------------------------
# boot on floppy (a), hard disk (c) or CD-ROM (d)
# default: hard disk, cd-rom, floppy

boot="c"

sdl=0

# VNC access
vnc=1
vnclisten = "0.0.0.0"
vncpasswd='XXXXXXXXX'

# USB
usb = 1
usbdevice='tablet'

serial='pty'

#set time
localtime=1

# set keymap
keymap='de'


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users