Changes

Jump to navigation Jump to search
927 bytes added ,  14:46, 10 March 2014
Created page with " == Using Systemtap to profile Sugar == In my system (Fedora 18) I found a bug [https://www.sourceware.org/ml/systemtap/2013-q3/msg00205.html] and needed install systemtap fr..."

== Using Systemtap to profile Sugar ==

In my system (Fedora 18) I found a bug [https://www.sourceware.org/ml/systemtap/2013-q3/msg00205.html] and needed install systemtap from git. Newer systems can have it solved.

=== Installing systemtap from git ===

The installation is very standard, requieres set a destination directory:

$ git clone git://sourceware.org/git/systemtap.git
$ cd systemtap/
$ ./configure --prefix=/home/gonzalo/systemtap-2.5-27886
$ make
$ make install

=== Installing from repositories ===

You can try install from repositories too.

# yum install -y systemtap-devel systemtap-runtime systemtap-client

If you install from git and from the repositories, in the same system, can have conflicts trying to run the probes.

=== Using systemtap ===

Systemtap have

== External links ==

Analyzing memory use with SystemTap [http://blog.verbum.org/2011/03/19/analyzing-memory-use-with-systemtap/]
628

edits

Navigation menu