From owner-freebsd-smp@FreeBSD.ORG Sun Sep 3 11:29:35 2006 Return-Path: X-Original-To: freebsd-smp@freebsd.org Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F264B16A4DE for ; Sun, 3 Sep 2006 11:29:35 +0000 (UTC) (envelope-from arroba2puntos@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A0E543D45 for ; Sun, 3 Sep 2006 11:29:35 +0000 (GMT) (envelope-from arroba2puntos@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2244677pye for ; Sun, 03 Sep 2006 04:29:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=UwbBcXSWnCDiPr7SnZMtojrtp+/zKpheqXmnoBbq9q5Q6yYCcSTlBsDP5CTOIn3Zu17m8sjiAHG3WNhuC4H7Kdurve+GwFXMrbpjOYlaQsr8W85ajFuU1dxAWUeuueq1oDglSSo1zIA1zcgBAxy6Ci5D3qpOMyDUVGBKCjQ7ZnQ= Received: by 10.65.75.19 with SMTP id c19mr4291990qbl; Sun, 03 Sep 2006 04:29:34 -0700 (PDT) Received: from ?192.168.0.2? ( [85.57.132.92]) by mx.gmail.com with ESMTP id e15sm2912685qbe.2006.09.03.04.29.33; Sun, 03 Sep 2006 04:29:34 -0700 (PDT) Message-ID: <44FABC9A.1050109@gmail.com> Date: Sun, 03 Sep 2006 13:29:30 +0200 From: Karlos User-Agent: Thunderbird 1.5.0.5 (X11/20060812) MIME-Version: 1.0 To: freebsd-smp@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Activity of each cpu X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 11:29:36 -0000 I need to see the usage percentages of each cpu on my smp system because im developing a portable API that offers hardware monitorization. Do you know any app that shows this information in FreeBSD? Thank you. -- /Karlos