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 <[EMAIL PROTECTED]> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve" = http://www.FreeBSD.org
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"