From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 22:03:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B274616A4DE for ; Thu, 13 Jul 2006 22:03:51 +0000 (UTC) (envelope-from fbsdlists@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 0D58743D46 for ; Thu, 13 Jul 2006 22:03:50 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by nf-out-0910.google.com with SMTP id y25so7341nfb for ; Thu, 13 Jul 2006 15:03:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ktuH6o1Ag7l3ob2aQV4gQGavvVNszn9AaU3hOScLnqJo1Y3XXrEEjjsOBWai5yOjSpwoKsCcE9dALVKPHRZALat7OkoannAtDrZ5S4+svi6+dQ3sohYGmB2601mdglrQ/Q4LsqRUW4sZFVOf/jyZWwaUmm/6sqr/GoOaVfflFBw= Received: by 10.48.80.20 with SMTP id d20mr1338592nfb; Thu, 13 Jul 2006 15:03:49 -0700 (PDT) Received: by 10.48.210.5 with HTTP; Thu, 13 Jul 2006 15:03:49 -0700 (PDT) Message-ID: <54db43990607131503w6203cbb8t46e478a008895b52@mail.gmail.com> Date: Thu, 13 Jul 2006 18:03:49 -0400 From: "Bob Johnson" To: stanb@panix.com, "Free BSD Questions list" In-Reply-To: <20060713201653.GA18143@teddy.fas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060713123214.GA30789@teddy.fas.com> <20060713201653.GA18143@teddy.fas.com> Cc: Subject: Re: top and multiple CPU's 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, 13 Jul 2006 22:03:51 -0000 On 7/13/06, stan wrote: > On Thu, Jul 13, 2006 at 06:08:50PM +0530, Ashok TM wrote: > > use > > top -S > > There will be new column with 'C' tag which displays the the cpu id on > > which the process is running > > > > mptables to list the processors available > > Hmm, > > cvsup# mptables > mptables: Command not found. > cvsup# man -k mptables > mptables: nothing appropriate > > and the man page for top says that _s os: > > -S Show system processes in the display. Normally, > system pro- cesses such as the pager and the swapper are not shown. > This option makes them visible. > > Am I mising something? Perhaps you haven't actually tried it to see what happens. On 5.4, there is not an extra column, but top -S includes each CPU's idle percentage as a separate system process, so you can get some idea of how well balanced things are. Perhaps the description above was for 7-CURRENT and 6.1-R acts more like 5.4. I don't have a 6.1 SMP system to test it on. 5.4 also doesn't seem to have mptables. - Bob