From owner-freebsd-questions@FreeBSD.ORG Thu Sep 13 15:26:57 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 638B816A41A for ; Thu, 13 Sep 2007 15:26:57 +0000 (UTC) (envelope-from freebsd@scottevil.com) Received: from pro28.abac.com (pro28.abac.com [66.226.64.29]) by mx1.freebsd.org (Postfix) with ESMTP id 0941C13C458 for ; Thu, 13 Sep 2007 15:26:56 +0000 (UTC) (envelope-from freebsd@scottevil.com) Received: from [10.34.1.89] ([64.126.14.3]) (authenticated bits=0) by pro28.abac.com (8.14.1/8.14.1) with ESMTP id l8DEmGjb029819 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Sep 2007 07:48:18 -0700 (PDT) (envelope-from freebsd@scottevil.com) Message-ID: <46E94D13.1050209@scottevil.com> Date: Thu, 13 Sep 2007 09:45:39 -0500 From: Scott Oertel User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Preethi Natarajan References: <46E93499.4060107@cis.udel.edu> In-Reply-To: <46E93499.4060107@cis.udel.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 15:26:57 -0000 Preethi Natarajan wrote: > Hello, > > 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. > > Thanks, > Have you used vmstat? there are a lot of pages that reveal important information in regards to the status of a system. -Scott Oertel