[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Probleme de performance réseau



Bonjour à tous;

je poste ici car j'ai besoin de votre aide. J'ai récemment installer tous les packages nécessaires à xen pour fonctionner, ceci comprend donc le noyaux.
Voici ce que donne un uname -a :
Linux shinigami 2.6.18-6-xen-686 #1 SMP Fri Dec 12 20:13:49 UTC 2008 i686 GNU/Linux

et voici un extrait de mon /boot/grub/menu.lst :
title           Xen 3.0.3-1-i386-pae / Debian GNU/Linux, kernel 2.6.18-6-xen-686
root            (hd0,0)
kernel          /boot/xen-3.0.3-1-i386-pae.gz
module          /boot/vmlinuz-2.6.18-6-xen-686 root=/dev/hda1 ro console=tty0
module          /boot/initrd.img-2.6.18-6-xen-686
savedefault

title           Debian GNU/Linux, kernel 2.6.18-4-486
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.18-4-486 root=/dev/hda1 ro
initrd          /boot/initrd.img-2.6.18-4-486

Mon problème est que lorsque j'essaye de transférer un fichier sur le serveur xen physique (sur le dom0), le taux de transfere au début de l'upload est de 8Mo/s puis descend assez vite pour se stabiliser vers 6Mo/s.
Par contre, si je reboot sur le noyaux 2.6.18-4-486, j'ai un taux transfert d'environ 9.70Mo/s et CONSTANT.

J'aimerai donc savoir d'ou cela peut venir ?
Merci d'avance pour votre aide ;)



Voici quelques petites information sur ce qui tourne sur ma machine :
un extrait de /etc/xen/xend-config.sxp :
(network-script 'network-bridge netdev=eth0')

shinigami:~# brctl show
bridge name     bridge id               STP enabled     interfaces
xenbr0          8000.feffffffffff       no              vif0.0
                                                        peth0
                                                        vif1.0
                                                        vif2.0

shinigami:~# ps aux | grep xen
root         8  0.0  0.0      0     0 ?        S<   07:25   0:00 [xenwatch]
root         9  0.0  0.0      0     0 ?        S<   07:25   0:00 [xenbus]
root      2316  0.6  0.1   1900   840 ?        S    07:26   0:00 /usr/lib/xen-3.0.3-1/bin/xenstored --pid-file /var/run/xenstore.pid
root      2319  0.0  0.7   8668  4076 ?        S    07:26   0:00 python /usr/lib/xen-3.0.3-1/bin/xend start
root      2321  0.9  0.9  49704  5508 ?        Sl   07:26   0:01 python /usr/lib/xen-3.0.3-1/bin/xend start
root      2323  0.0  0.0  10012   560 ?        Sl   07:26   0:00 xenconsoled

shinigami:~# lsmod
Module                  Size  Used by
xt_physdev              3792  2
iptable_filter          3872  1
ip_tables              13892  1 iptable_filter
x_tables               14084  2 xt_physdev,ip_tables
bridge                 50268  1 xt_physdev
netloop                 7360  0
ipv6                  229376  14
button                  7440  0
ac                      5956  0
battery                10404  0
dm_snapshot            16320  0
dm_mirror              20048  0
dm_mod                 51000  2 dm_snapshot,dm_mirror
loop                   15944  8
i810_audio             34164  0
ac97_codec             17964  1 i810_audio
evdev                   9856  0
parport_pc             33092  0
parport                34120  1 parport_pc
snd_intel8x0           31292  0
snd_ac97_codec         84000  1 snd_intel8x0
snd_ac97_bus            3168  1 snd_ac97_codec
serial_core            20288  0
floppy                 51716  0
snd_pcm                69764  2 snd_intel8x0,snd_ac97_codec
snd_timer              21924  1 snd_pcm
snd                    47876  4 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore              10016  2 i810_audio,snd
snd_page_alloc         11016  2 snd_intel8x0,snd_pcm
serio_raw               7428  0
pcspkr                  3840  0
psmouse                35880  0
rtc                    13300  0
shpchp                 33632  0
pci_hotplug            29472  1 shpchp
i2c_nforce2             7712  0
i2c_core               20480  1 i2c_nforce2
nvidia_agp              8700  1
agpgart                32264  1 nvidia_agp
ext3                  120136  2
jbd                    53224  1 ext3
mbcache                 9124  1 ext3
ide_cd                 36832  0
cdrom                  33312  1 ide_cd
ide_disk               15712  7
generic                 5636  0 [permanent]
amd74xx                13756  0 [permanent]
ide_core              112392  4 ide_cd,ide_disk,generic,amd74xx
forcedeth              38756  0
sata_nv                11812  0
libata                 90868  1 sata_nv
scsi_mod              125160  1 libata
ehci_hcd               29288  0
ohci_hcd               19332  0
usbcore               114372  3 ehci_hcd,ohci_hcd
thermal                14376  0
processor              29608  1 thermal
fan                     5572  0


Reply to: