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] How to check/test network performance?

To: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] How to check/test network performance?
From: James Pifer <jep@xxxxxxxxxxxxxxxx>
Date: Tue, 23 Sep 2008 15:12:12 -0400
Delivery-date: Tue, 23 Sep 2008 12:13:00 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200809231904.40291@xxxxxx>
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>
Mailscanner-null-check: 1222802268.4342@E8RH9yPL1UiXj+skbn2THg
References: <1222116382.32638.50.camel@xxxxxxxxxxxxxxxxxxxxxxxx> <200809231904.40291@xxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> As was said, iperf and netperf, but they are benchmarks. If you prefer 
> real world tools, you can setup rsyncd on one machine (configure 
> /etc/rsyncd.conf and do /etc/init.d/rsyncd start) and from a remote 
> machine do
> rsync -aPv * {rsyncserver.domain.name}::{rsyncd-section-name}/
> and rsync even displays how quick this is. You can also create a big 
> file on the server, e.g.
> dd if=/dev/zero of=bigfile.dd bs=1024k count=1000
> and then copy this from the client:
> rsync -aPv * {rsyncserver}::{rsyncd-section-name}/bigfile.dd /tmp
> 
> You can also use "iptraf" to watch the network traffic while you do your 
> testing, it displays live performance values.
> 

Thanks to everyone. iperf filled my needs quite well. It was accurate
enough on every system I tried, and successfully found my issue.
Confirmed by my router/switch guy, one of my xen servers is stuck at
10meg full duplex...ugh....which explains the slowness. 

Thanks,
James


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

<Prev in Thread] Current Thread [Next in Thread>