From owner-freebsd-xen@FreeBSD.ORG Sat Mar 29 13:30:30 2014 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC937C11; Sat, 29 Mar 2014 13:30:30 +0000 (UTC) Received: from mail-qg0-x230.google.com (mail-qg0-x230.google.com [IPv6:2607:f8b0:400d:c04::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CCB3152; Sat, 29 Mar 2014 13:30:30 +0000 (UTC) Received: by mail-qg0-f48.google.com with SMTP id j107so5523260qga.21 for ; Sat, 29 Mar 2014 06:30:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=44QR4J5WFDBIOfkOy0bnQTIdHdyDiTG7fY5dSGMjYRY=; b=krCGAHnrKbWcTCCjnfFFTrtySyBcxzuEBHuwL6T9sKxVQus0CXy+498FM/tADMeRiL 8PfvEi8hY6Cwt0jbWJKzvqAV+yPjfhghS/gDcc1vBsxBk37ISnHlWPjYGwmiACYQocKm tvS1NKW85sTsM6kj12QJ8ByXhzJ+O0FSLr0WQZ5C9tIqD+6f4iGF5DBUEOuKeOwDSHwd Ps4UrBF8UNREu1nQaY8751r+d3FvUKkR/skWMUIDf6Ve4wkN6oZ1C/PsdHrWJ0QBNp/A CMwYmP3J/ngBcG/aRoIxR5E5qcWT+HiMPRz5xaweceg6mPwMLZHG6WLs5znovEM6gwKu gqVg== MIME-Version: 1.0 X-Received: by 10.140.81.112 with SMTP id e103mr817004qgd.99.1396099829542; Sat, 29 Mar 2014 06:30:29 -0700 (PDT) Received: by 10.229.126.133 with HTTP; Sat, 29 Mar 2014 06:30:29 -0700 (PDT) In-Reply-To: <8FDB514D-1A94-48B2-AE19-62923F327938@FreeBSD.org> References: <8FDB514D-1A94-48B2-AE19-62923F327938@FreeBSD.org> Date: Sat, 29 Mar 2014 14:30:29 +0100 Message-ID: Subject: Re: Terrible performance of XenServer 6.2 and FreeBSD 10.0-RELEASE guest From: Big Lebowski To: Mark Felder Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 13:30:30 -0000 On Sat, Mar 29, 2014 at 2:07 PM, Mark Felder wrote: > Is all this work being done over SSH? Yes, this is done over SSH. > Do you have a pf firewall? No, I dont. > Have you disabled TSO? > > ifconfig xn0 -tso > > or > > sysctl net.inet.tcp.tso=0 > This was enabled, but I've now disabled it. However, the network I/O seems to be ok, on par with what I can achieve on Linux boxes. Its disk I/O that makes the system unusable. > > > My suspicion is that the slowness of the shell over the network is making > the machine seem slower than it should be. There are terrible network > issues with pf and tso on a XenServer environment. I'm not otherwise aware > of severe I/O issues on XenServer. I have a fairly large cluster running > almost all FreeBSD guests without any sort of issues related to I/O. > Thanks for the TSO tip!