Re: [dtrace-discuss] TCP provider

2009-05-13 Thread vattini giacomo
Sorry but i'm encountering this annoying problem $pfexec ./tcpsnoop dtrace: failed to compile script /dev/fd/3: line 173: failed to resolve : Unknown variable name $pfexec ./tcpsnoop.d dtrace: failed to compile script ./tcpsnoop.d: line 210: failed to resolve `tcp_g_q: Unknown symbol name thank

Re: [dtrace-discuss] TCP provider

2009-05-13 Thread krishnan parthasarathi - Sun Microsystems - Bangalore India
Hi vattini, To begin with you can start by downloading Dtrace Toolkit(DTT) from the following page, http://www.opensolaris.org/os/community/dtrace/dtracetoolkit/ This is actually a collection of dtrace scripts embedded onto shell scripts to give a neat processed output. Each script file has good a

Re: [dtrace-discuss] TCP provider

2009-05-13 Thread vattini giacomo
Thanks guy for answer me back,It's quite a few time that i'm studying,networking TCP/IP,i'm not working on the net field but i see a lot of similarities with our immune system,i'm in the medical field; so i'm tryng to understand how is really working the TCP/IP protocol,i'm tryng tcpdump snoop s

Re: [dtrace-discuss] TCP provider

2009-05-12 Thread James Carlson
vattini giacomo writes: > Hi there sorry about my ignorance,reading the NETWORK dtrace provider i tried > some oneliners scripts, > but i think is not working on my System > $name -a=SunOS opensolaris 5.11 snv_101b i86pc i386 i86pc Solaris > dtrace -n 'tcp:::receive { @[args[2]->ip_saddr] = count(

Re: [dtrace-discuss] TCP provider

2009-05-12 Thread krishnan parthasarathi - Sun Microsystems - Bangalore India
Hi Vattini, I don't think such a probe is available. You could probably tell us what you are intending to do. Regards, Krishnan On Tue, 2009-05-12 at 05:44 -0700, vattini giacomo wrote: > Hi there sorry about my ignorance,reading the NETWORK dtrace provider i tried > some oneliners scripts, > bu

Re: [dtrace-discuss] TCP provider

2009-05-12 Thread Chad Mynhier
On Tue, May 12, 2009 at 8:44 AM, vattini giacomo wrote: > Hi there sorry about my ignorance,reading the NETWORK dtrace provider i tried > some oneliners scripts, > but i think is not working on my System > $name -a=SunOS opensolaris 5.11 snv_101b i86pc i386 i86pc Solaris > dtrace -n 'tcp:::receiv

[dtrace-discuss] TCP provider

2009-05-12 Thread vattini giacomo
Hi there sorry about my ignorance,reading the NETWORK dtrace provider i tried some oneliners scripts, but i think is not working on my System $name -a=SunOS opensolaris 5.11 snv_101b i86pc i386 i86pc Solaris dtrace -n 'tcp:::receive { @[args[2]->ip_saddr] = count(); }' running this command i do no