From owner-cvs-src@FreeBSD.ORG Tue Apr 25 22:16:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 473A016A412; Tue, 25 Apr 2006 22:16:50 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C6043D6A; Tue, 25 Apr 2006 22:16:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [192.168.0.15] (osx.baldwin.cx [192.168.0.15]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k3PMGfRx064447; Tue, 25 Apr 2006 18:16:41 -0400 (EDT) (envelope-from jhb@FreeBSD.org) In-Reply-To: <20060426005137.S43732@mp2.macomnet.net> References: <200604252034.k3PKY441052291@repoman.freebsd.org> <200604251644.54524.jhb@freebsd.org> <20060426005137.S43732@mp2.macomnet.net> Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: John Baldwin Date: Tue, 25 Apr 2006 18:14:28 -0400 To: Maxim Konovalov X-Mailer: Apple Mail (2.749.3) X-Virus-Scanned: ClamAV 0.87.1/1425/Tue Apr 25 08:09:41 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.1 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ddb db_ps.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2006 22:16:50 -0000 On Apr 25, 2006, at 4:53 PM, Maxim Konovalov wrote: > On Tue, 25 Apr 2006, 16:44-0400, John Baldwin wrote: >> On Tuesday 25 April 2006 16:34, John Baldwin wrote: >>> jhb 2006-04-25 20:34:04 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/ddb db_ps.c >>> Log: >>> - Overhaul the 'ps' command in ddb to be mostly readable again. > [...] >>> - Add two new commands "show proc [process]" and "show thread >>> [thread]" > [...] > > I always wonder where can one learn all these ddb magic commands? They are not really documented anywhere (I think a few are documented in ddb(4)). You can do 'help' in ddb to get a list of the top-level commands and then do 'show' to get the list of 'show' commands, 'show all' to get the list of 'show all' commands (currently only 'show all procs', for which 'ps' is an alias). -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org