From owner-freebsd-virtualization@FreeBSD.ORG Thu Oct 2 14:17:18 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E5B6295 for ; Thu, 2 Oct 2014 14:17:18 +0000 (UTC) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 34A9F9A5 for ; Thu, 2 Oct 2014 14:17:17 +0000 (UTC) Received: from Mail-PC.tdx.co.uk (storm.tdx.co.uk [62.13.130.251]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3/) with ESMTP id s92EHEgp065298 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Oct 2014 15:17:15 +0100 (BST) Date: Thu, 02 Oct 2014 15:17:14 +0100 From: Karl Pielorz To: Michael Gmelin Subject: Re: High load average inside idle FreeBSD guest running on bhyve Message-ID: <73D53179AC580CFECAA3DF8A@Mail-PC.tdx.co.uk> In-Reply-To: <20141002153440.1b068577@bsd64.grem.de> References: <542D0785.8030909@borderworlds.dk> <150732A9664399A7AA28EC57@Mail-PC.tdx.co.uk> <20141002153440.1b068577@bsd64.grem.de> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 02 Oct 2014 14:17:18 -0000 --On 02 October 2014 15:34 +0200 Michael Gmelin wrote: > For your bare metal box, could you send the output of vmstat -i ? I had > the same issue on older boxes and it went away after setting > > hint.hpet.0.legacy_route=1 > hint.attimer.0.clock=0 > hint.atrtc.0.clock=0 > > in /boot/loader.conf (see hpet(4)). Sure, it's: " vmstat -i interrupt total rate irq4: uart0 724 0 irq17: ehci0 ehci1+ 113314 0 irq18: ohci0 ohci1* 2 0 irq19: ahci0 12913 0 irq256: hpet0:t0 2208985 12 irq257: hpet0:t1 705576 4 irq259: re0 164805 0 irq260: re1 5049 0 irq261: re2 5049 0 Total 3216417 18 " Box is an Alix APU (AMD G-T40E based, dual core @ 1Ghz). -Karl