From owner-freebsd-stable@FreeBSD.ORG Wed Nov 30 19:35:48 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7043B16A41F for ; Wed, 30 Nov 2005 19:35:48 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: from office.suresupport.com (office.suresupport.com [213.145.98.15]) by mx1.FreeBSD.org (Postfix) with SMTP id D5B2F43D46 for ; Wed, 30 Nov 2005 19:35:44 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: (qmail 5095 invoked by uid 1026); 30 Nov 2005 19:41:18 -0000 Received: from 213.145.98.14 by office.suresupport.com (envelope-from , uid 1004) with qmail-scanner-1.23 (f-prot: 4.4.2/3.14.11. Clear:RC:1(213.145.98.14):. Processed in 0.155605 secs); 30 Nov 2005 19:41:18 -0000 Received: from unknown (HELO 14.98.145.213.in-addr.arpa) (213.145.98.14) by office.suresupport.com with SMTP; 30 Nov 2005 19:41:18 -0000 From: Niki Denev To: freebsd-current@freebsd.org Date: Wed, 30 Nov 2005 21:36:14 +0200 User-Agent: KMail/1.8.2 References: <200511301855.20346.nike_d@cytexbg.com> <200511301318.16731.jhb@freebsd.org> In-Reply-To: <200511301318.16731.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511302136.15450.nike_d@cytexbg.com> Cc: freebsd-stable@freebsd.org Subject: Re: top(1) displaying threads X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2005 19:35:48 -0000 On Wednesday 30 November 2005 20:18, John Baldwin wrote: > On Wednesday 30 November 2005 11:55 am, Niki Denev wrote: > > Hello, > > > > From some time in 6.0 and -current top(1) shows by default also the > > kernel threads. > > But the top(1) manual page still says that the default behaviour is NOT > > to show them. > > > > Maybe something like this will be enough: > > > > --- usr.bin/top/top.local.1 Fri Jul 18 02:56:39 2003 > > +++ usr.bin/top/top.local.1.fix Wed Nov 30 18:51:35 2005 > > @@ -3,7 +3,7 @@ > > > > .SH DISPLAY OF THREADS > > The '-H' option will toggle the display of kernel visible thread > > contexts. -At runtime the 'H' key will toggle this mode. The default is > > OFF. +At runtime the 'H' key will toggle this mode. The default is ON. > > > > .SH DESCRIPTION OF MEMORY > > Mem: 9220K Active, 1032K Inact, 3284K Wired, 1MB Cache, 2M Buf, 1320K > > Free > > The manpage is correct. The problem is that kernel threads such as > ithreads are really kernel processes currently. Oh, i see. I was confused by the "THR" column, but now everything is clear :) Thanks and sorry for the noise. --niki