From owner-freebsd-virtualization@FreeBSD.ORG Wed Jan 29 03:40:17 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DD9E14E for ; Wed, 29 Jan 2014 03:40:17 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 2C62C177E for ; Wed, 29 Jan 2014 03:40:16 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id BE6DE11E31; Wed, 29 Jan 2014 13:40:14 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([64.245.0.210]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BRM38621 (AUTH peterg@ptree32.com.au); Wed, 29 Jan 2014 13:40:13 +1000 Message-ID: <52E8781C.6010905@freebsd.org> Date: Tue, 28 Jan 2014 19:40:12 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Andrea Brancatelli Subject: Re: BHyVe - ESXi comparison References: <52E7D666.30503@freebsd.org> <52E8181D.3080805@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 03:40:17 -0000 > Tomorrow we'll rearrange everything and redo all the testing. One more item: when running the test with 20 x 2-vCPU VMs, make sure that the "-P" option is being used. This forces bhyve to do a vmexit when a PAUSE instruction is hit e.g. when the locking code starts spinning. This gives the scheduler more opportunity to run something else rather than letting the VM go until it's quantum expires. later, Peter.