On Wed, 2011-06-08 at 11:35 +0530, Pradeep Chhetri wrote:
> I am currently working on systemtap trying to extract information from a
> userspace application which is running somewhere remotely. I am not able to
> configure my kernel for that.

You might also want to ask on the systemtap mailinglist.
system...@sourceware.org

> I am able to extract the kernel space data. My
> machine is having kernel version 2.6.35. I want to know the patches of
> utrace which are needed for my kernel and the required configuration steps
> for that.

Patch series can be found here: http://userweb.kernel.org/~frob/utrace/

> I searched online a lot but didn't get any proper documentation
> for userspace application monitoring.

utrace just provides the kernel layer to make userspace monitoring
easier. You need tools that take advantage of it, like systemtap, to do
the actual observing.

> I would be nice for me if you can provide me the link of the documentation
> for utrace configuration

See also the wiki: 
http://sourceware.org/systemtap/wiki/utrace

Cheers,

Mark

Reply via email to