From owner-freebsd-hackers@FreeBSD.ORG Fri Jul 15 08:26:16 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A99816A42B for ; Fri, 15 Jul 2005 08:26:16 +0000 (GMT) (envelope-from jmp.lists@alvorlig.dk) Received: from cauchy.aub.dk (mail.aub.dk [195.24.1.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA53A43D48 for ; Fri, 15 Jul 2005 08:26:13 +0000 (GMT) (envelope-from jmp.lists@alvorlig.dk) Received: from localhost (localhost [127.0.0.1]) by cauchy.aub.dk (Postfix) with ESMTP id 9B41C119AE for ; Fri, 15 Jul 2005 10:26:11 +0200 (CEST) Received: from cauchy.aub.dk ([127.0.0.1]) by localhost (cauchy.aub.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 40150-02 for ; Fri, 15 Jul 2005 10:26:11 +0200 (CEST) Received: from [10.1.4.50] (jmp.aub.dk [10.1.4.50]) by cauchy.aub.dk (Postfix) with ESMTP id 680F81197A for ; Fri, 15 Jul 2005 10:26:11 +0200 (CEST) Message-ID: <42D77323.7030903@alvorlig.dk> Date: Fri, 15 Jul 2005 10:26:11 +0200 From: "J. Martin Petersen" User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050714) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at aub.dk Subject: Per CPU load statistics X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 08:26:16 -0000 Hi Is it possible to get per CPU (load) statistics? It seems cp_time is a sum for all the CPUs, so is there another way to get this information? I looked through the source, but I'm not quite sure what to look for. Cheers, Martin