Re: DTrace network providers

2013-08-25 Thread Mark Johnston
On Thu, Aug 22, 2013 at 11:07:07PM -0700, Yuri wrote: > On 08/22/2013 15:30, Mark Johnston wrote: > > My apologies! It looks like r254523 introduced a conflict. r254468 is a > > minimum dependency. > > > > I'd suggest trying again with r254523 or later. > > I don't know what the problem is, but I

Re: DTrace network providers

2013-08-23 Thread hiren panchasara
On Thu, Aug 22, 2013 at 10:25 AM, hiren panchasara < hiren.panchas...@gmail.com> wrote: > > > > On Thu, Aug 22, 2013 at 8:36 AM, George Neville-Neil wrote: > >> >> On Aug 21, 2013, at 1:00 , Mark Johnston wrote: >> >> > Hello! >> > >> > I've ported the ip, tcp and udp DTrace providers to FreeBSD,

Re: DTrace network providers

2013-08-22 Thread Yuri
On 08/22/2013 15:30, Mark Johnston wrote: My apologies! It looks like r254523 introduced a conflict. r254468 is a minimum dependency. I'd suggest trying again with r254523 or later. I don't know what the problem is, but I tried on r254523 and on the later r254677, and am getting build error d

Re: DTrace network providers

2013-08-22 Thread hiren panchasara
On Thu, Aug 22, 2013 at 3:05 PM, Yuri wrote: > On 08/20/2013 22:00, Mark Johnston wrote: >> >> The patch is here: >> >> >> http://people.freebsd.org/~markj/patches/network-providers/network-providers-1.diff >> >> It depends on r254468. To use it, just recompile the kernel (assuming > > > Your patc

Re: DTrace network providers

2013-08-22 Thread Mark Johnston
On Thu, Aug 22, 2013 at 6:05 PM, Yuri wrote: > On 08/20/2013 22:00, Mark Johnston wrote: > >> The patch is here: >> >> http://people.freebsd.org/~**markj/patches/network-** >> providers/network-providers-1.**diff

Re: DTrace network providers

2013-08-22 Thread Yuri
On 08/20/2013 22:00, Mark Johnston wrote: The patch is here: http://people.freebsd.org/~markj/patches/network-providers/network-providers-1.diff It depends on r254468. To use it, just recompile the kernel (assuming Your patch fails to apply, see below. I use clean r254468 as you suggested.

Re: DTrace network providers

2013-08-22 Thread hiren panchasara
On Thu, Aug 22, 2013 at 8:36 AM, George Neville-Neil wrote: > > On Aug 21, 2013, at 1:00 , Mark Johnston wrote: > > > Hello! > > > > I've ported the ip, tcp and udp DTrace providers to FreeBSD, following > > the Solaris documentation here: > > > > https://wikis.oracle.com/display/DTrace/ip+Provid

Re: DTrace network providers

2013-08-22 Thread George Neville-Neil
On Aug 21, 2013, at 1:00 , Mark Johnston wrote: > Hello! > > I've ported the ip, tcp and udp DTrace providers to FreeBSD, following > the Solaris documentation here: > > https://wikis.oracle.com/display/DTrace/ip+Provider > https://wikis.oracle.com/display/DTrace/tcp+Provider > https://wikis.o

Re: DTrace network providers

2013-08-22 Thread Kubilay Kocak
On 21/08/2013 3:00 PM, Mark Johnston wrote: > Hello! > > I've ported the ip, tcp and udp DTrace providers to FreeBSD, following > the Solaris documentation here: Wow, nice work Mark! > I've collected a bunch of example scripts for these providers and placed > them here: > > http://people.freebs

Re: DTrace network providers

2013-08-21 Thread Mark Johnston
On Tue, Aug 20, 2013 at 11:44:56PM -0700, Brendan Gregg wrote: > G'Day, > > On Tue, Aug 20, 2013 at 10:00 PM, Mark Johnston wrote: > > > Hello! > > > > I've ported the ip, tcp and udp DTrace providers to FreeBSD, following > > the Solaris documentation here: > > > > https://wikis.oracle.com/disp

Re: DTrace network providers

2013-08-20 Thread Brendan Gregg
G'Day, On Tue, Aug 20, 2013 at 10:00 PM, Mark Johnston wrote: > Hello! > > I've ported the ip, tcp and udp DTrace providers to FreeBSD, following > the Solaris documentation here: > > https://wikis.oracle.com/display/DTrace/ip+Provider > https://wikis.oracle.com/display/DTrace/tcp+Provider > htt