[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Network performance with HVM DomU
Since I've been dealing with netfront issues recently also (not on Linux or Windows), I would recommend that you take a capture of the packets seen inthe bridge using tcpdump and analize it with Wireshark or somethingsimilar. FWIW, I use the following rune in order to make tcpdump generate afile that I can open with Wireshark (this is all on Dom0): # brctl show (then you will have to identify a vif that belongs to one of the DomUs involved in the transaction, they have the format vif<domid>.<order>). # tcpdump -n -i <if> -s0 -w <output>.pcapThen you can open the resulting <output>.pcap and check for retransmissions,or anything strange. Roger. Im using the gplpv drivers from this site: http://wiki.univention.com/index.php?title=Installing-signed-GPLPV-drivers it is ok? -- ------ Greetz _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |