From owner-freebsd-virtualization@FreeBSD.ORG Thu May 22 15:26:12 2014 Return-Path: Delivered-To: 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 39F06931 for ; Thu, 22 May 2014 15:26:12 +0000 (UTC) Received: from smtp.digiware.nl (smtp.digiware.nl [31.223.170.169]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDDDB2D12 for ; Thu, 22 May 2014 15:26:08 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id ED734153A9E for ; Thu, 22 May 2014 17:25:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nU00K9TiVL75; Thu, 22 May 2014 17:25:57 +0200 (CEST) Received: from [IPv6:2001:4cb8:3:1:8c97:b457:abcf:a887] (unknown [IPv6:2001:4cb8:3:1:8c97:b457:abcf:a887]) by smtp.digiware.nl (Postfix) with ESMTP id 3DBD0153A9F for ; Thu, 22 May 2014 17:25:57 +0200 (CEST) Message-ID: <537E16FE.4070309@digiware.nl> Date: Thu, 22 May 2014 17:25:50 +0200 From: Willem Jan Withagen Organization: Digiware Management b.v. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: virtualization@freebsd.org Subject: bhyve on AMD, linux and high load Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18 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, 22 May 2014 15:26:12 -0000 Hoi, Just a point on the timeline.... I think somebody asked why his CPU load was so high on AMD running linux. I've completed compiling a "fresh" linux-kernel on my Ubuntu 14.04 system, installed and rebooted it. And where previously a Linux-kernel would drain the CPUs it got assigned to the max... Aka 2 CPU would drive the load +2 and top would diskplay a 200% cpu. With the new kernel, that is no longer the case. On a idle vm the CPU load is like 6-7%.... At the moment I'm running: linux-image-3.13.0-24-generic_3.13.0-24.46_amd64 So somewhere in the interaction between bhyve idle detection and the older linux kernel things do not match... --WjW