Date: Tue, 25 Apr 2006 18:14:28 -0400 From: John Baldwin <jhb@FreeBSD.org> To: Maxim Konovalov <maxim@macomnet.ru> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ddb db_ps.c Message-ID: <D960A80F-C583-4EE0-A104-AD9F7B4B07C5@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>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D960A80F-C583-4EE0-A104-AD9F7B4B07C5>