From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIXjy-0002vs-CV for qemu-devel@nongnu.org; Mon, 11 Jan 2016 03:22:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIXjv-0003pL-1g for qemu-devel@nongnu.org; Mon, 11 Jan 2016 03:22:14 -0500 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:34387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIXju-0003pA-RH for qemu-devel@nongnu.org; Mon, 11 Jan 2016 03:22:10 -0500 Received: by mail-wm0-x235.google.com with SMTP id u188so204030398wmu.1 for ; Mon, 11 Jan 2016 00:22:10 -0800 (PST) Sender: Paolo Bonzini References: <5666A553.8070009@wiesinger.com> <56913969.3000305@wiesinger.com> From: Paolo Bonzini Message-ID: <56936630.2030907@redhat.com> Date: Mon, 11 Jan 2016 09:22:08 +0100 MIME-Version: 1.0 In-Reply-To: <56913969.3000305@wiesinger.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] QEMU/KVM performance gets worser - high load - high interrupts - high context switches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerhard Wiesinger , qemu-devel@nongnu.org On 09/01/2016 17:46, Gerhard Wiesinger wrote: > > # Positive consequences via munin monitoring: > # Reduced fork rate: 40 => 13 > # process states: running 15 => <1 > # CÜU temperature: (core dependant) 65-70°C => 56-64°C > # CPU usage: system: 47% => 15%, user: 76% => 50% > # Context Switches: 20k => 7.5k > # Interrupts: 16k => 9k > # Load average: 2.8 => 1 > > => back at the level before one year!!!!!!! > > Any idea why the serial device/PCI controller and the USB mouse tablet > consume so much CPU on latest kernel and/or qemu? For USB, it's possible that you're not using the USB autosuspend feature? (As explained in Gerd's blog post, for Microsoft OSes you may need to fiddle with the registry). For virtio-serial, I have no idea. Paolo