From owner-freebsd-questions@FreeBSD.ORG Mon Aug 27 14:25:22 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 3E37416A420 for ; Mon, 27 Aug 2007 14:25:22 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 7778B13C4A5 for ; Mon, 27 Aug 2007 14:25:21 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so33492ugf for ; Mon, 27 Aug 2007 07:25:19 -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=eCGZw84swaSSKMs0pEOV7cJ5qkXQIZkizltk2NrvSu1SfXANW4w+6d0VBxc9Rvz0+2aaAXwJGCo2dNtWxogZANIoJqeTdlXNGNYtOdOxuS39RQgcQhsp/Xm8pbAmF8mS+fgYw9wdssjII4YcOKBY2N9Rf4dU86v4siXm4blq994= 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=GWVLYpbMrD8sctDBePjjrBfwfwKN37D/9B586tH36m6eGOY79AS5bNeVaR/BO/mpUqZydRV8Z6DFBAxn6yVqZZl+M2ZdPPeKywlmk/ljOeY2rgLiWqDnbObA7i4GMCD5BttRU/EEhDpdCPjIvcSNndcUdaSvCCyOR6k/BZg2LjQ= Received: by 10.142.132.2 with SMTP id f2mr520397wfd.1188224718285; Mon, 27 Aug 2007 07:25:18 -0700 (PDT) Received: by 10.142.80.8 with HTTP; Mon, 27 Aug 2007 07:25:17 -0700 (PDT) Message-ID: <54db43990708270725r6ab94350iac35534673de7ac3@mail.gmail.com> Date: Mon, 27 Aug 2007 10:25:17 -0400 From: "Bob Johnson" To: "Paul Hoffman" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Monitoring CPU usage on multi-core system 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: Mon, 27 Aug 2007 14:25:22 -0000 On 8/27/07, Paul Hoffman wrote: > Hi again. On a dual-core system, how do I tell how much of each of > the CPU cores are in use? Is the CPU usage in 'top' for the two CPUs > at once? Is there something in ports (that works without X...) that > will give good info? Try: top -S or while you are running top, just press shift-S. - Bob