[mdb-discuss] Solaris 9 + MDB

2006-11-10 Thread Ilya Voronin
On 11/10/06, Michael Shapiro wrote: > > > Hello everyone:) > > > > I've got a couple of questions and I'll be very thankful if someone can > > shed a light on these. > > > > 1) For example, I want to print proc_t structure of process "bc" > > I tried the following variant but stucked at the this

[mdb-discuss] Solaris 9 + MDB

2006-11-10 Thread Surya Prakki
lamo at ccs.ru wrote: >Hello everyone:) > >I've got a couple of questions and I'll be very thankful if someone can shed a >light on these. > >1) For example, I want to print proc_t structure of process "bc" >I tried the following variant but stucked at the this stage > >::walk proc p |::print p

[mdb-discuss] Solaris 9 + MDB

2006-11-10 Thread l...@ccs.ru
nd then use sed or awk to extract address and then pipe it again? I think of using then ::evalhttp://mail.opensolaris.org/pipermail/mdb-discuss/attachments/20061110/d8302caf/attachment.html>

[mdb-discuss] Solaris 9 + MDB

2006-11-10 Thread Michael Shapiro
> Unfortunately there in no pgrep dcmd in Solaris 9's version of mdb. Well you should upgrade to S10 anyway :) ::pgrep is just the beginning. In the meantime, ::ps ! grep is your easiest substitute. -Mike -- Mike Shapiro, Solaris Kernel Development. blogs.sun.com/mws/

[mdb-discuss] Solaris 9 + MDB

2006-11-10 Thread Michael Shapiro
> Hello everyone:) > > I've got a couple of questions and I'll be very thankful if someone can shed > a light on these. > > 1) For example, I want to print proc_t structure of process "bc" > I tried the following variant but stucked at the this stage > > ::walk proc p |::print proc_t p_user.u_