From owner-freebsd-current Fri Jun 14 0:44:11 2002 Delivered-To: freebsd-current@freebsd.org Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 560AD37B411 for ; Fri, 14 Jun 2002 00:44:01 -0700 (PDT) Received: from pool0278.cvx22-bradley.dialup.earthlink.net ([209.179.199.23] helo=mindspring.com) by snipe.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17Ilk9-0004ax-00; Fri, 14 Jun 2002 00:43:37 -0700 Message-ID: <3D099E7F.5FF62C9D@mindspring.com> Date: Fri, 14 Jun 2002 00:42:55 -0700 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Julian Elischer Cc: FreeBSD current users Subject: Re: KSE changes to ps References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Julian Elischer wrote: > So the question is: what information can PS show > for a KSE threaded process? The same thing "ps" shows for a threaded process with user space threads today. Why confuse every "ps"-using shell script or perl script ever written? > so for a process you can show: > process stuff (e.g. uid, pid, ppid) > kseg stuff (e.g. nice value, number runnable threads) > kse stuff(e.g. RUNNING @ priority 32 on cpu0) > kse stuff(e.g. RUNNING @ priority 31 on cpu1) [ ... ] If you want to show all this stuff, it should be similar to the "-d" option I patched into "w" for SunOS "w" compatability. In other words, it should not be shown by default, it should only show if you use special options to get it. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message