Update LTTV to trace format 2.3
[lttv.git] / trunk / lttv / QUICKSTART
... / ...
CommitLineData
1Linux Trace Toolkit Quickstart
2------------------------------
3Author : Mathieu Desnoyers, September 2005
4Last update : July 31, 2008
5
6
7This document is made of four parts : the first one explains how to install
8LTTng and LTTV from Debian and RPM binary packages, the second one explains how
9to install LTTng and LTTV from sources and the third one describes the steps
10to follow to trace a system and view it. The fourth and last part explains
11briefly how to add a new trace point to the kernel and to user space
12applications.
13
14What you will typically want is to read sections 2 and 3 : install LTTng from
15sources and use it.
16
17These operations are made for installing the LTTng 0.12 tracer on a linux 2.6.X
18kernel. You will also find instructions for installation of LTTV 0.8.x : the
19Linux Trace Toolkit Viewer.
20
21To see the list of compatibilities between LTTng, ltt-control, LTTV and
22markers-userspace, please refer to :
23http://ltt.polymtl.ca > LTTng+LTTV versions compatibility
24
25
26
27The following lttng patch is necessary to have the tracing hooks in the kernel.
28The following ltt-control module controls the tracing.
29
30Required programs and libraries are assumed to be automatically installed in an
31installation with Debian or RPM packages. In the case of an installation from
32sources, the dependencies are listed.
33
34
35** Current development status **
36
37LTTng :
38supported architectures :
39Intel Pentium (UP/SMP) with TSC
40PowerPC 32 and 64 bits
41ARM
42x86_64
43C2 Microsystems (variant of MIPS)
44
45LTTV :
46supported architectures :
47Intel i386 and better
48Intel 64 bits
49PowerPC 32 and 64 bits
50
51
52***********************************************************
53** Section 1 * Installation from Debian or RPM packages **
54***********************************************************
55
56* Create custom LTTV Debian packages
57
58Use : dpkg-buildpackage -rfakeroot
59
60You should then have your LTTV .deb files created for your architecture.
61
62* Create custom LTTng packages
63
64For building LTTng Debian packages :
65
66Get the build tree with patches applies as explained in section 2.
67
68make menuconfig (or xconfig or config) (customize your configuration)
69make-kpkg kernel_image
70
71You will then see your freshly created .deb in /usr/src. Install it with
72dpkg -i /usr/src/(image-name).deb
73
74Then, follow the section "Editing the system wide configuration" in section 2.
75
76
77***********************************************************
78** Section 2 * Installation from sources **
79***********************************************************
80
81* Prerequisites
82
83Tools needed to follow the package download steps :
84
85o wget
86o bzip2
87o gzip
88o tar
89
90You have to install the standard development libraries and programs necessary
91to compile a kernel :
92
93(from Documentation/Changes in the Linux kernel tree)
94o Gnu C 2.95.3 # gcc --version
95o Gnu make 3.79.1 # make --version
96o binutils 2.12 # ld -v
97o util-linux 2.10o # fdformat --version
98o module-init-tools 0.9.10 # depmod -V
99
100You might also want to have libncurses5 to have the text mode kernel
101configuration menu, but there are alternatives.
102
103Prerequisites for LTTV 0.x.x installation are :
104
105gcc 3.2 or better
106gtk 2.4 or better development libraries
107 (Debian : libgtk2.0, libgtk2.0-dev)
108 (Fedora : gtk2, gtk2-devel)
109 note : For Fedora users : this might require at least core 3 from Fedora,
110 or you might have to compile your own GTK2 library.
111glib 2.4 or better development libraries
112 (Debian : libglib2.0-0, libglib2.0-dev)
113 (Fedora : glib2, glib2-devel)
114libpopt development libraries
115 (Debian : libpopt0, libpopt-dev)
116 (Fedora : popt)
117libpango development libraries
118 (Debian : libpango1.0, libpango1.0-dev)
119 (Fedora : pango, pango-devel)
120libc6 development librairies
121 (Debian : libc6, libc6-dev)
122 (Fedora : glibc, glibc)
123
124* Reminder
125
126See the list of compatibilities between LTTng, ltt-control, LTTV and
127markers-userspace at :
128http://ltt.polymtl.ca > LTTng+LTTV versions compatibility
129
130
131
132* Getting the LTTng packages
133
134su -
135mkdir /usr/src/lttng
136cd /usr/src/lttng
137(see http://ltt.polymtl.ca/lttng for package listing)
138wget http://ltt.polymtl.ca/lttng/patch-2.6.X-lttng-0.x.xx.tar.bz2
139bzip2 -cd patch-2.6.X-lttng-0.x.xx.tar.bz2 | tar xvof -
140
141
142* Getting LTTng kernel sources
143
144su -
145cd /usr/src
146wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.X.tar.bz2
147bzip2 -cd linux-2.6.X.tar.bz2 | tar xvof -
148cd linux-2.6.X
149- For LTTng 0.9.4- cat /usr/src/lttng/patch*-2.6.X-lttng-0.x.xx* | patch -p1
150- For LTTng 0.9.5+ apply the patches in the order specified in the series file,
151 or use quilt
152cd ..
153mv linux-2.6.X linux-2.6.X-lttng-0.x.xx
154
155
156* Installing a LTTng kernel
157
158su -
159cd /usr/src/linux-2.6.X-lttng-0.x.xx
160make menuconfig (or make xconfig or make config)
161 Select the < Help > button if you are not familiar with kernel
162 configuration.
163 Items preceded by [*] means they has to be built into the kernel.
164 Items preceded by [M] means they has to be built as modules.
165 Items preceded by [ ] means they should be removed.
166 go to the "General setup" section
167 Select the following options :
168 [*] Activate tracepoints
169 [*] Activate markers
170 [*] Activate userspace markers ABI
171 <*> Compile generic tracing probes
172 Linux Trace Toolkit --->
173 [LTTng fine-grained-timestamping]
174 [*] Linux Trace Toolkit Instrumentation Support
175 <M> or <*> Linux Trace Toolkit Relay+DebugFS Support
176 <M> or <*> Linux Trace Toolkit Serializer
177 <M> or <*> Linux Trace Toolkit Marker Control
178 <M> or <*> Linux Trace Toolkit Tracer
179 It makes no difference for the rest of the procedure whether the Tracer
180 is compiled built-in or as a module.
181 activate :
182 [*] Align Linux Trace Toolkit Traces
183 <M> Linux Trace Toolkit Netlink Controller
184 <M> Linux Trace Toolkit State Dump
185 your choice (see < Help >) :
186 [ ] Write heartbeat event to shrink traces
187 [ ] Support trace extraction from crash dump
188 Select <Exit>
189 Select <Exit>
190 Select <Yes>
191make
192make modules_install
193(if necessary, create a initrd with mkinitrd or your preferate alternative)
194(mkinitrd -o /boot/initrd.img-2.6.X-lttng-0.x.xx 2.6.X-lttng-0.x.xx)
195
196-- on X86, X86_64
197make install
198reboot
199Select the Linux 2.6.17-lttng-0.x.xx kernel in your boot loader.
200
201-- on PowerPC
202cp vmlinux.strip /boot/vmlinux-2.6.X-lttng-0.x.xx
203cp System.map /boot/System.map-2.6.X-lttng-0.x.xx
204cp .config /boot/config-2.6.X-lttng-0.x.xx
205depmod -ae -F /boot/System.map-2.6.X-lttng-0.x.xx 2.6.X-lttng-0.x.xx
206mkinitrd /boot/initrd.img-2.6.X-lttng-0.x.xx 2.6.X-lttng-0.x.xx
207(edit /etc/yaboot.conf to add a new entry pointing to your kernel : the entry
208that comes first is the default kernel)
209ybin
210select the right entry at the yaboot prompt (see choices : tab, select : type
211the kernel name followed by enter)
212Select the Linux 2.6.17-lttng-0.x.xx kernel in your boot loader.
213--
214
215
216
217* Editing the system wide configuration
218
219You must activate debugfs and specify a mount point. This is typically done in
220fstab such that it happens at boot time.
221
222If you have never used DebugFS before, these operation would do this for you :
223
224mkdir /mnt/debugfs
225cp /etc/fstab /etc/fstab.lttng.bkp
226echo "debugfs /mnt/debugfs debugfs rw 0 0" >> /etc/fstab
227
228then, rebooting or issuing the following command will activate debugfs :
229
230mount /mnt/debugfs
231
232You need to load the LTT modules to be able to control tracing from user
233space. This is done by issuing the following commands. Note however
234these commands load all LTT modules. Depending on what options you chose to
235compile statically, you may not need to issue all these commands.
236
237modprobe ltt-control
238modprobe ltt-marker-control
239modprobe ltt-tracer
240modprobe ltt-serialize
241modprobe ltt-relay
242modprobe ipc-trace
243modprobe kernel-trace
244modprobe mm-trace
245modprobe net-trace
246modprobe fs-trace
247modprobe syscall-trace
248modprobe trap-trace
249#if locking tracing is wanted, uncomment the following
250#modprobe lockdep-trace
251
252If you want to have complete information about the kernel state (including all
253the process names), you need to load the ltt-statedump module. This is done by
254issuing the command :
255
256modprobe ltt-statedump
257
258You can automate at boot time loading the ltt-control module by :
259
260cp /etc/modules /etc/modules.bkp
261echo ltt-control >> /etc/modules
262echo ltt-marker-control >> /etc/modules
263echo ltt-tracer >> /etc/modules
264echo ltt-serialize >> /etc/modules
265echo ltt-relay >> /etc/modules
266echo ipc-trace >> /etc/modules
267echo kernel-trace >> /etc/modules
268echo mm-trace >> /etc/modules
269echo net-trace >> /etc/modules
270echo fs-trace >> /etc/modules
271#if locking tracing is wanted, uncomment the following
272#echo lockdep-trace >> /etc/modules
273
274
275* Getting and installing the ltt-control package (on the traced machine)
276(note : the ltt-control package contains lttd and lttctl. Although it has the
277same name as the ltt-control kernel module, they are *not* the same thing.)
278su -
279cd /usr/src
280wget http://ltt.polymtl.ca/lttng/ltt-control-0.x-xxxx2006.tar.gz
281gzip -cd ltt-control-0.x-xxxx2006.tar.gz | tar xvof -
282cd ltt-control-0.x-xxxx2006
283(refer to README to see the development libraries that must be installed on you
284system)
285./configure
286make
287make install
288
289* Getting and installing the markers-userspace package for user space tracing
290See http://ltt.polymtl.ca/packages/markers-userspace-0.5.tar.bz2 or more recent.
291
292
293* Getting and installing the LTTV package (on the visualisation machine, same or
294 different from the visualisation machine)
295
296su -
297cd /usr/src
298wget http://ltt.polymtl.ca/packages/lttv-0.x.xx-xxxx2008.tar.gz
299gzip -cd lttv-0.x.xx-xxxx2008.tar.gz | tar xvof -
300cd lttv-0.x.xx-xxxx2008
301(refer to README to see the development libraries that must be installed on your
302system)
303./configure
304make
305make install
306
307
308
309
310***********************************************************
311** Section 3 * Using LTTng and LTTV **
312***********************************************************
313
314* IMPORTANT : Arm Linux Kernel Markers after each boot
315
316ltt-armall
317
318* Use graphical LTTV to control tracing and analyse traces
319
320lttv-gui (or /usr/local/bin/lttv-gui)
321 - Spot the "Tracing Control" icon : click on it
322 (it's a traffic light icon)
323 - enter the root password
324 - click "start"
325 - click "stop"
326 - Yes
327 * You should now see a trace
328
329* Use text mode LTTng to control tracing
330
331The tracing can be controlled from a terminal by using the lttctl command (as
332root).
333
334Start tracing :
335
336lttctl -n trace -d -l /mnt/debugfs/ltt -t /tmp/trace
337
338Stop tracing and destroy trace channels :
339
340lttctl -n trace -R
341
342see lttctl --help for details.
343
344(note : to see if the buffers has been filled, look at the dmesg output after
345lttctl -R or after stopping tracing from the GUI, it will show an event lost
346count. If it is the case, try using larger buffers. See lttctl --help to learn
347how.)
348
349* Use text mode LTTV
350
351Feel free to look in /usr/local/lib/lttv/plugins to see all the text and
352graphical plugins available.
353
354For example, a simple trace dump in text format is available with :
355
356lttv -m textDump -t /tmp/trace
357
358see lttv -m textDump --help for detailed command line options of textDump.
359
360It is, in the current state of the project, very useful to use "grep" on the
361text output to filter by specific event fields. You can later copy the timestamp
362of the events to the clipboard and paste them in the GUI by clicking on the
363bottom right label "Current time". Support for this type of filtering should
364be added to the filter module soon.
365
366* Hybrid mode
367
368Starting from LTTng 0.5.105 and ltt-control 0.20, a new mode can be used :
369hybrid. It can be especially useful when studying big workloads on a long period
370of time.
371
372When using this mode, the most important, low rate control information will be
373recorded during all the trace by lttd (i.e. process creation/exit). The high
374rate information (i.e. interrupt/traps/syscall entry/exit) will be kept in a
375flight recorder buffer (now named flight-channelname_X).
376
377The following lttctl commands take an hybrid trace :
378
379Create trace channel, start lttd on normal channels, start tracing:
380lttctl -n tracename -d -l /mnt/debugfs/ltt -t /tmp/trace1 -m hybrid
381
382Stop tracing, start lttd on flight recorder channels, destroy trace channels :
383lttctl -n tracename -f -l /mnt/debugfs/ltt -t /tmp/trace1 -m hybrid
384
385
386We will need to tweak what we consider "important" medium rate events. For
387instance, thread branding events are actually considered a "high rate" event
388when it should be considered "medium rate". The same should apply for the
389state dump process enumeration.
390
391* Flight recorder mode
392
393The flight recorder mode writes data into overwritten buffers for all channels,
394including control channels, except for the facilities tracefiles.
395
396The following lttctl commands take a flight recorder trace :
397
398lttctl -n trace -c -m flight
399lttd -n -d -t /tmp/trace -c /mnt/debugfs/ltt/trace
400lttctl -n trace -s
401.. do stuff
402lttctl -n trace -q
403lttd -f -d -t /tmp/trace -c /mnt/debugfs/ltt/trace
404lttctl -m trace -r
405
406
407**************************************************************
408** Section 4 * Adding new instrumentations with the markers **
409**************************************************************
410
411See Documentation/markers.txt and Documentation/tracepoints.txt in your kernel
412tree.
413
414* Add new events to userspace programs with userspace markers
415http://ltt.polymtl.ca/packages/
416
417Get the latest markers-userspace-*.tar.bz2 and see the Makefile and examples. It
418allows inserting markers in executables and libraries, currently only on x86_32
419and x86_64.
420
This page took 0.023167 seconds and 4 git commands to generate.