DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

NAME

sibs - Display all the siblings of a process

SYNOPSIS

sibs address

DESCRIPTION

The sibs macro takes one argument, the address of a process. It displays the 'ps' information of a processes sibling and sets up the nx macro to display the next sibling, and so on.

Typical output looks like this:


S> sibs D1290600
D129A400 03693 00001 00103 00502010 - - - D02FF49C SLP /usr/X/bin/uterm 
S> nx
D1290400 03687 00001 00103 00502010 - - - D02FF49C SLP /usr/X/bin/uterm 
S> nx
D1269C00 02875 00001 00000 00102010 - - - D1269C00 SLP /usr/bin/login
S> nx
D11D8800 02101 00001 00000 01102010 - - - D126F78C SLP /usr/lib/saf/sac -t 300
S> nx
D1218E00 02097 00001 00000 00102010 0 - - D024ABCC SLP /usr/lib/mousemgr
S> nx
D1214000 02085 00001 00000 00402010 - - - D02FF49C SLP /usr/lib/netsvc/spray/rpc
.sprayd
S> nx
D126B400 02077 00001 00000 00402010 - - - D02FF49C SLP /usr/lib/netsvc/rusers/rp
c.rusersd
S> nx
D125D600 02071 00001 00000 00402010 - - - D02FF49C SLP /usr/lib/netsvc/rwall/rpc
.rwalld
S> nx
D125DC00 02067 00001 00000 00002010 - - - D02FF49C SLP /usr/lib/mail/surrcmd/smt
pd -H wave
S> nx
D1255A00 02043 00001 00000 02002010 - - - D02FF49C SLP /usr/lib/lpsched
S> nx
D1255E00 02038 00001 00000 02002010 - - - D02FF49C SLP /usr/sbin/rpcbind
S> nx
D1214400 02026 00001 00000 00002010 - - - D1229D8C SLP /usr/sbin/cron
S> nx
D1214600 01978 00001 00000 00002010 0 - - D0280A9C SLP /usr/lib/errdemon
End Of List

DEFINED IN

proc.k

SEE ALSO

child, parent, ps, proc

APPENDIX A: Alphabetic Index of Macros