From owner-freebsd-threads@FreeBSD.ORG Wed Jul 16 12:57:28 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9EAE37B401 for ; Wed, 16 Jul 2003 12:57:28 -0700 (PDT) Received: from silver.he.iki.fi (silver.he.iki.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 303C343FBD for ; Wed, 16 Jul 2003 12:57:27 -0700 (PDT) (envelope-from pete@he.iki.fi) Received: from PETEX31 (h81.vuokselantie10.fi [193.64.42.129]) by silver.he.iki.fi (8.12.9/8.11.4) with SMTP id h6GJu9sL009338; Wed, 16 Jul 2003 22:56:09 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <06a201c34bd4$4a251500$812a40c1@PETEX31> From: "Petri Helenius" To: "Julian Elischer" , "Kai Mosebach" References: Date: Wed, 16 Jul 2003 22:56:04 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-threads@freebsd.org Subject: Re: Threads in top X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 19:57:29 -0000 > > Well, you see all teh thrteads in libthr, and in > libkse you see all the active kernel contexts, (which > is not the same as the threads, as totally idle threads > will not show up.) > With the exception that the WCPU% and CPU% is zero for KSEs currently not runnable. When it gets runnable, it remembers the percentage and immediately shows numbers like 30% until it goes idle again. Pete