From owner-freebsd-xen@freebsd.org Tue Aug 16 13:39:02 2016 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B593BBBB9C3 for ; Tue, 16 Aug 2016 13:39:02 +0000 (UTC) (envelope-from borjam@sarenet.es) Received: from cu1176c.smtpx.saremail.com (cu1176c.smtpx.saremail.com [195.16.148.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 786791EC0 for ; Tue, 16 Aug 2016 13:39:01 +0000 (UTC) (envelope-from borjam@sarenet.es) Received: from [172.16.8.36] (izaro.sarenet.es [192.148.167.11]) by proxypop02.sare.net (Postfix) with ESMTPSA id 7093A9DD2A0; Tue, 16 Aug 2016 15:38:52 +0200 (CEST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Is it me or is FreeBSD slower on Xen than Linux? From: Borja Marcos In-Reply-To: <20160816132938.d2i4u2y3scpzi2et@mac> Date: Tue, 16 Aug 2016 15:38:51 +0200 Cc: rainer@ultra-secure.de, freebsd-xen@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <00D22384-BAA7-42E4-A486-4BE07562D011@sarenet.es> References: <20160816085455.46a5slqsbgauod5t@mac> <2a0a5ae2821551935de329b8665834be@ultra-secure.de> <20160816100605.la63x2ju5bmtdqhl@mac> <20160816110759.6xlvxikw3tziahfd@mac> <20160816132938.d2i4u2y3scpzi2et@mac> To: =?iso-8859-1?Q?Roger_Pau_Monn=E9?= X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.22 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: Tue, 16 Aug 2016 13:39:02 -0000 > On 16 Aug 2016, at 15:29, Roger Pau Monn=E9 = wrote: >=20 >> Could this really be an UFS vs. ext4 thing? >=20 > Hm, maybe. There are a lot of moving pieces here that make it quite = hard to=20 > diagnose the issue properly. >=20 > Could you try to run something like UnixBench (or any other general=20 > benchmarking tool) inside of the Linux VM, the FreeBSD VM and a bare = metal=20 > FreeBSD install? This way we might be able to spot what's causing this=20= > slowdown. Maybe this is too obvious, my apologies in that case. But, how have the = filesystems been created and mounted? Asynchronous? Synchronous? Journalling? Softupdates = in the case of=20 FreeBSD UFS? It can make quite a difference. Borja.