From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: Number of threads for virtual machine process Date: Mon, 16 Feb 2015 16:51:31 +0100 Message-ID: <54E21203.90800@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: mad Engineer , kvm@vger.kernel.org Return-path: Received: from mail-wg0-f53.google.com ([74.125.82.53]:63360 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755724AbbBPPvf (ORCPT ); Mon, 16 Feb 2015 10:51:35 -0500 Received: by mail-wg0-f53.google.com with SMTP id a1so13521086wgh.12 for ; Mon, 16 Feb 2015 07:51:34 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 16/02/2015 11:54, mad Engineer wrote: > Hello all, > On a RHEL 6.4 server i created a vm with 2 VCPU and > expecting to see single process with 2 threads on host. > but > top -p "pid-of-qemu" -H > > shows many threads randomly being created and > destroyed,"pid-of-qemu" remains the same but other threads' pid keep > on changing. The "extra" threads are doing I/O. Paolo