From owner-freebsd-questions@FreeBSD.ORG Thu Jun 7 09:19:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3234616A469 for ; Thu, 7 Jun 2007 09:19:29 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from wmail.teledomenet.gr (wmail.teledomenet.gr [213.142.128.16]) by mx1.freebsd.org (Postfix) with ESMTP id E10CB13C458 for ; Thu, 7 Jun 2007 09:19:28 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from iris (unknown [192.168.1.71]) by wmail.teledomenet.gr (Postfix) with ESMTP id EB3AA1C88E5; Thu, 7 Jun 2007 12:19:27 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 7 Jun 2007 12:19:15 +0300 User-Agent: KMail/1.9.1 References: <03fd01c7a8db$c0b8cff0$6400a8c0@msdi.local> <03ff01c7a8de$def0af30$6400a8c0@msdi.local> <200706071216.16546.nvass@teledomenet.gr> In-Reply-To: <200706071216.16546.nvass@teledomenet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706071219.16277.nvass@teledomenet.gr> Cc: Ian Lord Subject: Re: Whats eating my cpu ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 09:19:31 -0000 On Thursday 07 June 2007 12:16, Nikos Vassiliadis wrote: > On Thursday 07 June 2007 11:35, Ian Lord wrote: > > Most of the interrupts avg 1000 are with clk, I guess this is the > > clock... I guess it has something to do with the fact I'm currently > > running under "Microsoft Virtual Server" > > Ah it's a virtual machine! Add to /boot/loader.conf kern.hz="100". > This will make the kernel tick 100 time per second. The default is > 1000 times per second, which might be a bit high for your virtual > machine "server". Don't know if it's going to affect your situation, > but it's good to set it this way, anyway. > > Most virtual machine users, face problems with timing... Forgot to mention that you have to reboot, for the change to take effect.