[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090127204207.GA31299@hmsreliant.think-freely.org>
Date: Tue, 27 Jan 2009 15:42:07 -0500
From: Neil Horman <nhorman@...driver.com>
To: Christoph Hellwig <hch@...radead.org>
Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH] net: add tracepoints to socket api
On Tue, Jan 27, 2009 at 01:47:04PM -0500, Christoph Hellwig wrote:
> On Tue, Jan 27, 2009 at 10:21:41AM -0800, David Miller wrote:
> > The block layer already merged trace annotations. I therefore see no
> > harm in merging the net bits.
>
> The block layer also has a consumer for them (blktrace) and soon a
> second one (the ftrace plugin)
>
>
FWIW, ftrace is just as usefull for the network syscalls as any other set of
syscalls (hence my starting with the top layer of tracepoints). I've also got
another use case thats been requested of me. Specifically its been requested
that we have some unified method for tracking network drops in one place, so
that users don't have to use an amalgamation of tools to check statistics in
several places to find where their netowork packets are getting dropped. I
thought defining a set of tracepoints to detect such drops might make the start
of a good solution. Granted the existing tracepoints don't cover that use case
very well, but I like the idea of having the existing tracepoints in place
before I go adding new ones (to ensure that I don't duplicate effort).
Regards
Neil
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists