From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 21:16:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F14716A417 for ; Thu, 23 Aug 2007 21:16:14 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id E2B7213C45D for ; Thu, 23 Aug 2007 21:16:13 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so557851nfb for ; Thu, 23 Aug 2007 14:16:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ILSY48QjgyhZRWjA1V/Bl7dc5gCBLWlWvO+BMtm6qqxtKSbXG74+RKclz29+bR9IGDKCBlIUyr+xOFDmfnKGwBuyl+/KpSgRG4fIZa3xf5rv1bE1SWrXXlde327RXXKic6GSh+eBXvlEWdqtUcP//9+5wkKrDRcsU7oFctNeumU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UR96TQ/W943XzAntcVEjWroJ+OPdo5C0Px+6wIX1tvCMNfveI5zzU+nOpzatxlHRNpeppd5ItTpp/laICrAiSEye3lkM2Y2rylirOJZ5B+lu7GcOQyeHI4waKniRUAoILBP3/1cVWwPn29gwy0oz0mGaiulP0rv7aab3R52ynMA= Received: by 10.82.100.1 with SMTP id x1mr5062991bub.1187903772058; Thu, 23 Aug 2007 14:16:12 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Thu, 23 Aug 2007 14:16:11 -0700 (PDT) Message-ID: Date: Thu, 23 Aug 2007 16:16:11 -0500 From: "illoai@gmail.com" To: "Nguyen Tam Chinh" In-Reply-To: <64b284310708220234n4a01cf47r3767079b6c50eb55@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64b284310708220234n4a01cf47r3767079b6c50eb55@mail.gmail.com> Cc: FreeBSD-Questions Subject: Re: It's top shows wrong load percent? 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, 23 Aug 2007 21:16:14 -0000 On 22/08/07, Nguyen Tam Chinh wrote: . . . > vmstat -i shows that some kind of irq0: clk has a maximum value of > 1000. Does this matter? . . . I can't really help with your other problems, but: no, on a 2GHz machine 1000 is a fine value for that. In case you were curious, it can be set at boot-time via a "kern.hz=" line in your /boot/loader.conf. -- --