From owner-freebsd-questions@FreeBSD.ORG Thu Sep 13 18:33:42 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 BD45D16A417 for ; Thu, 13 Sep 2007 18:33:42 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 7835C13C45D for ; Thu, 13 Sep 2007 18:33:42 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan@localhost [127.0.0.1]) by dan.emsphone.com (8.14.1/8.14.1) with ESMTP id l8DIXbMO023325 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 13 Sep 2007 13:33:37 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1/Submit) id l8DIXbGh023322; Thu, 13 Sep 2007 13:33:37 -0500 (CDT) (envelope-from dan) Date: Thu, 13 Sep 2007 13:33:37 -0500 From: Dan Nelson To: Preethi Natarajan Message-ID: <20070913183336.GB3693@dan.emsphone.com> References: <46E93499.4060107@cis.udel.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46E93499.4060107@cis.udel.edu> X-OS: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: CPU utilization 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 Sep 2007 18:33:42 -0000 In the last episode (Sep 13), Preethi Natarajan said: > Is there a tool similar to mpstat (or mpstat itself) available to > track CPU utilization on FreeBSD? I am looking for something more > elaborate than top, and was wondering if anyone could help. I don't think there are any per-cpu statistics available from the kernel currently. All you get is the aggregate total from things like top and vmstat. It'd be interesting to see Solaris-style mpstat output from a FreeBSD kernel. -- Dan Nelson dnelson@allantgroup.com