update compat
[lttv.git] / ltt / branches / poly / QUICKSTART
CommitLineData
d9cd3a2e 1
2QUICKSTART
3
4How to use LTTng and LTTV in a few lines :
5
6c913994 6This document is made of four parts : The first one explains how to install
7LTTng and LTTV from Debian and RPM binary packages, the second one explains how
8to install LTTng and LTTV from sources and the third one describes the steps
9to follow to trace a system and view it. The fourth and last part explains
208a5623 10briefly how to add a new trace point to the kernel and to user space
11applications.
6c913994 12
208a5623 13What you will typically want is to read sections 2 and 3 : install LTTng from
14sources and use it.
6c913994 15
3c3abcf1 16These operations are made for installing the LTTng 0.5.X tracer on a
17linux 2.6.X kernel. You will also find instructions for installation of
18LTTV 0.8.x : the Linux Trace Toolkit Viewer.
19
20To see the list of compatibilities between LTTng, ltt-control, LTTV, genevent
208a5623 21and ltt-usertrace, please refer to :
3c3abcf1 22http://ltt.polymtl.ca > LTTng+LTTV versions compatibility
23
24
38e8e662 25
26The following lttng patch is necessary to have the tracing hooks in the kernel.
27The following ltt-control module controls the tracing.
28
29Required programs and librairies are assumed to be automatically installed in an
30installation with Debian or RPM packages. In the case of an installation from
31sources, the dependencies are listed.
32
d9cd3a2e 33
c96be0d0 34** Current development status **
35
36LTTng :
37supported architectures :
38Intel Pentium (UP/SMP) with TSC
e3b182e5 39PowerPC 32 and 64 bits
2a4c796f 40ARM
285468d4 41C2 Microsystems (variant of MIPS)
c96be0d0 42
43LTTV :
44supported architectures :
45Intel i386 and better
d21695ed 46Intel 64 bits
e3b182e5 47PowerPC 32 and 64 bits
c96be0d0 48
49
50
af88bd8a 51Author : Mathieu Desnoyers, September 2005
208a5623 52Last update : May 30, 2006
d9cd3a2e 53
6c913994 54
55***********************************************************
56** Section 1 * Installation from Debian or RPM packages **
57***********************************************************
58
d21695ed 59** NOTE : RPM and debian packages are only made once a version has been
60 thoroughly tested. If they do not exist at the moment, please install from
208a5623 61 sources (see section 2 below). To see the list of compatibilities between
62 LTTng, ltt-control, LTTV, genevent and lttng-modules, please refer to
63 http://ltt.polymtl.ca > LTTng+LTTV versions compatibility
d21695ed 64
65
c1298250 66* Install from RPM packages on Fedora Core 4 :
67
68Get LTTV RPM from :
69
70http://ltt.polymtl.ca/packages/fedora/RPMS
71
8c7a7394 72LTTV RPM are ready.
73
74LTTng kernel and lttng-modules RPM are available for some architectures (i586,
75i686). Feel free to help fix the spec files to have correct lttng-modules RPM
76package.
c1298250 77
78
79* Install from Deb packages on Debian :
6a2c1aed 80
81You can use the ltt.polymtl.ca apt source to get LTTV for Debian :
82
83Add the following two sources to your /etc/apt/sources.list :
84
85deb http://ltt.polymtl.ca/packages/debian experimental main
86deb-src http://ltt.polymtl.ca/packages/debian experimental main
87
5694ce4d 88
89* Install from precompiled binary packages (LTTV compiled only for i386, and
90 LTTng only for i686 smp), perform the following :
6a2c1aed 91
92su -
93apt-get update
94apt-get install lttv lttv-doc
8c7a7394 95apt-get install kernel-image-2.6.12-rc4-mm2-lttng-0.4.2
96apt-get install lttng-modules-modules-2.6.12-rc4-mm2-lttng-0.4.2
6a2c1aed 97 * note : the packages are signed by myself. I am not considered a trusted
98 Debian source yet, so warnings are normal.
99
5694ce4d 100Then, follow the section "Editing the system wide configuration" in section 2.
101
102* Create custom LTTV Debian packages
103
104Binary packages are only available for i386. If you want to create your own LTTV
105packages for other platforms, do :
6a2c1aed 106
5694ce4d 107su -
108cd /usr/src
78d521e3 109apt-get source lttv
8c7a7394 110cd lttv-0.6.9
78d521e3 111dpkg-buildpackage -rfakeroot
112
5694ce4d 113You should then have your LTTV .deb files created for your architecture.
114
115* Create custom LTTng packages
116
117For building LTTng Debian packages :
118
119su -
8c7a7394 120apt-get install kernel-source-2.6.12-rc4-mm2-lttng-0.4.2
5694ce4d 121cd /usr/src
8c7a7394 122bzip2 -cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.2.tar.bz2 | tar xvof -
123cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.2
5694ce4d 124make menuconfig (or xconfig or config) (customize your configuration)
125make-kpkg kernel_image
126
127You will then see your freshly created .deb in /usr/src. Install it with
128dpkg -i /usr/src/(image-name).deb
129
130You will also need to create a package for the lttng-modules :
131
132su -
133cd /usr/src
134apt-get source lttng-modules
8c7a7394 135cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.2
5694ce4d 136make-kpkg --added_modules /usr/src/lttng-modules-0.3 modules_image
137
138You will then see your freshly created .deb in /usr/src. Install it with
139dpkg -i /usr/src/lttng-modules-modules-(your version).deb
140
6c913994 141
5694ce4d 142Then, follow the section "Editing the system wide configuration" in section 2.
6c913994 143
144
145***********************************************************
146** Section 2 * Installation from sources **
147***********************************************************
148
38e8e662 149* Prerequisites
150
151Tools needed to follow the package download steps :
152
153o wget
154o bzip2
155o gzip
156o tar
157
158You have to install the standard development librairies and programs necessary
159to compile a kernel :
160
161(from Documentation/Changes in the Linux kernel tree)
162o Gnu C 2.95.3 # gcc --version
163o Gnu make 3.79.1 # make --version
164o binutils 2.12 # ld -v
165o util-linux 2.10o # fdformat --version
166o module-init-tools 0.9.10 # depmod -V
167
168You might also want to have libncurses5 to have the text mode kernel
169configuration menu, but there are alternatives.
170
3c3abcf1 171Prerequisites for LTTV 0.x.x installation are :
38e8e662 172
860c0a03 173gcc 3.2 or better
174gtk 2.4 or better development libraries
175 (Debian : libgtk2.0, libgtk2.0-dev)
176 (Fedora : gtk2, gtk2-devel)
177 note : For Fedora users : this might require at least core 3 from Fedora,
178 or you might have to compile your own GTK2 library.
179glib 2.4 or better development libraries
180 (Debian : libglib2.0-0, libglib2.0-dev)
181 (Fedora : glib2, glib2-devel)
182libpopt development libraries
183 (Debian : libpopt0, libpopt-dev)
184 (Fedora : popt)
185libpango development libraries
186 (Debian : libpango1.0, libpango1.0-dev)
187 (Fedora : pango, pango-devel)
188libc6 development librairies
189 (Debian : libc6, libc6-dev)
190 (Fedora : glibc, glibc)
38e8e662 191
192
d9cd3a2e 193* Getting the LTTng packages
194
195su -
196mkdir /usr/src/lttng
197cd /usr/src/lttng
198(see http://ltt.polymtl.ca/lttng for package listing)
208a5623 199wget http://ltt.polymtl.ca/lttng/patch-2.6.X-lttng-0.x.xx.tar.bz2
200bzip2 -cd patch-2.6.X-lttng-0.x.xx.tar.bz2 | tar xvof -
d9cd3a2e 201
202
203* Getting LTTng kernel sources
204
205su -
206cd /usr/src
208a5623 207wget http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.X.tar.bz2
208bzip2 -cd linux-2.6.X.tar.bz2 | tar xvof -
209cd linux-2.6.X
210cat /usr/src/lttng/patch-2.6.X-lttng-0.x.xx* | patch -p1
d9cd3a2e 211cd ..
208a5623 212mv linux-2.6.X linux-2.6.X-lttng-0.x.xx
d9cd3a2e 213
214
215* Installing a LTTng kernel
216
217su -
208a5623 218cd /usr/src/linux-2.6.X-lttng-0.x.xx
38e8e662 219make menuconfig (or make xconfig or make config)
220 Select the < Help > button if you are not familiar with kernel
221 configuration.
222 Items preceded by [*] means they has to be built into the kernel.
223 Items preceded by [M] means they has to be built as modules.
224 Items preceded by [ ] means they should be removed.
d21695ed 225 go to the "Instrumentation Support" section
38e8e662 226 Select the following options :
227 [*] Linux Trace Toolkit Instrumentation Support
d21695ed 228 <M> or <*> Linux Trace Toolkit Tracer
8ede3ed9 229 It makes no difference for the rest of the procedure whether the Tracer
230 is compiled built-in or as a module.
d21695ed 231 activate :
232 [*] Align Linux Trace Toolkit Traces
3c3abcf1 233 [*] Allow tracing from userspace
234 your choice (see < Help >) :
38e8e662 235 [ ] Activate Linux Trace Toolkit Heartbeat Timer
208a5623 236 You may or may not activate instrumentation per facility. They are all
237 selected for logging by default. It can be used as a compile time filter to
238 enable/disable logging of events. It is useful to discard events with a
239 minimal impact on the system and especially useful for now, as the dynamic
240 filter has not been implemented yet.
38e8e662 241 Select <Exit>
242 Select <Exit>
243 Select <Yes>
02bc6879 244make
26d45a39 245make modules_install
916ec268 246
208a5623 247-- on X86, X86_64
248make install
d9cd3a2e 249reboot
208a5623 250Select the Linux 2.6.16-lttng-0.x.xx kernel in your boot loader.
251
252-- on PowerPC
253cp vmlinux /boot/vmlinux-2.6.X-lttng-0.x.xx
254cp System.map /boot/System.map-2.6.X-lttng-0.x.xx
255cp .config /boot/config-2.6.X-lttng-0.x.xx
256depmod -ae -F /boot/System.map-2.6.X-lttng-0.x.xx 2.6.X-lttng-0.x.xx
257mkinitrd /boot/initrd.img-2.6.X-lttng-0.x.xx 2.6.X-lttng-0.x.xx
258(edit /etc/yaboot.conf to add a new entry pointing to your kernel : the entry
259that comes first is the default kernel)
260ybin
261select the right entry at the yaboot prompt (see choices : tab, select : type
262the kernel name followed by enter)
263Select the Linux 2.6.16-lttng-0.x.xx kernel in your boot loader.
264--
d9cd3a2e 265
d9cd3a2e 266
5694ce4d 267
268* Editing the system wide configuration
269
270You must activate relayfs and specify a mount point. This is typically done in
271fstab such that it happens at boot time.
272
273If you have never used RelayFS before, these operation would do this for you :
274
275mkdir /mnt/relayfs
276cp /etc/fstab /etc/fstab.lttng.bkp
277echo "relayfs /mnt/relayfs relayfs rw 0 0" >> /etc/fstab
278
279then, rebooting or issuing the following command will activate relayfs :
280
281mount /mnt/relayfs
282
38e8e662 283You need to load the ltt-control module to be able to control tracing from user
284space. This is done by issuing the command :
8ede3ed9 285
d9cd3a2e 286modprobe ltt-control
287
9c78dc8f 288If you want to have complete information about the kernel state (including all
289the process names), you need to load the ltt-statedump module. This is done by
290issuing the command :
291
292modprobe ltt-statedump
293
38e8e662 294You can automate at boot time loading the ltt-control module by :
8ede3ed9 295
d9cd3a2e 296echo ltt-control >> /etc/modules
9c78dc8f 297echo ltt-statedump >> /etc/modules
d9cd3a2e 298
299
daa38dd5 300* Getting and installing the ltt-control package (on the traced machine)
3bef9a5f 301(note : the ltt-control package contains lttd and lttctl. Although it has the
302same name as the ltt-control kernel module, they are *not* the same thing.)
d9cd3a2e 303su -
304cd /usr/src
3c3abcf1 305wget http://ltt.polymtl.ca/lttng/ltt-control-0.x-xxxx2006.tar.gz
306gzip -cd ltt-control-0.x-xxxx2006.tar.gz | tar xvof -
307cd ltt-control-0.x-xxxx2006
daa38dd5 308(refer to README to see the development libraries that must be installed on you
309system)
310./configure
311make
312make install
313
208a5623 314* Getting and installing the ltt-usertrace package for user space tracing
315See http://ltt.polymtl.ca/ > USERSPACE TRACING QUICKSTART
316
daa38dd5 317
318* Getting and installing the LTTV package (on the visualisation machine, same or
319 different from the visualisation machine)
320
321su -
322cd /usr/src
3c3abcf1 323wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.x.xx-xxxx2006.tar.gz
324gzip -cd LinuxTraceToolkitViewer-0.x.xx-xxxx2006.tar.gz | tar xvof -
325cd LinuxTraceToolkitViewer-0.x.xx-xxxx2006
36fcd0b7 326(refer to README to see the development libraries that must be installed on you
327system)
d9cd3a2e 328./configure
329make
330make install
331
6c913994 332
333
334
335***********************************************************
d1f19ac5 336** Section 3 * Using LTTng and LTTV **
6c913994 337***********************************************************
338
d1f19ac5 339* Use graphical LTTV to control tracing and analyse traces
d9cd3a2e 340
341lttv-gui (or /usr/local/bin/lttv-gui)
e44b6048 342 - Spot the "Tracing Control" icon : click on it
343 (it's a traffic light icon)
d9cd3a2e 344 - enter the root password
345 - click "start"
346 - click "stop"
347 - Yes
348 * You should now see a trace
349
d1f19ac5 350* Use text mode LTTng to control tracing
351
5e5b1de1 352The tracing can be controlled from a terminal by using the lttctl command (as
353root).
d1f19ac5 354
355Start tracing :
356
29f07f68 357lttctl -n trace -d -l /mnt/relayfs/ltt -t /tmp/trace
d1f19ac5 358
359Stop tracing and destroy trace channels :
360
361lttctl -n trace -R
362
363see lttctl --help for details.
364
365
6c913994 366* Use text mode LTTV
367
368Fell free to look in /usr/local/lib/lttv/plugins to see all the text and
369graphical plugins available.
370
371For example, a simple trace dump in text format is available with :
372
373lttv -m textDump -t /tmp/trace
374
375see lttv -m textDump --help for detailed command line options of textDump.
376
377
378
379
380***********************************************************
381** Section 4 * Adding new instrumentations with genevent **
382***********************************************************
d9cd3a2e 383
384* Getting and installing genevent
385
cb598ad7 386su -
d9cd3a2e 387cd /usr/src
3c3abcf1 388wget http://ltt.polymtl.ca/packages/genevent-0.xx.tar.gz
389gzip -cd genevent-0.xx.tar.gz | tar xvof -
390cd genevent-0.xx
d9cd3a2e 391make
392make install
393
394
395* Add new events to the kernel with genevent
396
397su -
398cd /usr/local/share/LinuxTraceToolkitViewer/facilities
399cp process.xml yourfacility.xml
400 * edit yourfacility.xml to fit your needs.
401cd /tmp
81685107 402/usr/local/bin/genevent /usr/local/share/LinuxTraceToolkitViewer/facilities/yourfacility.xml
d9cd3a2e 403cp ltt-facility-yourfacility.h ltt-facility-id-yourfacility.h \
3bef9a5f 404 /usr/src/linux-2.6.16-lttng-0.x.xx8/include/linux/ltt
d9cd3a2e 405cp ltt-facility-loader-yourfacility.c ltt-facility-loader-yourfacility.h \
3bef9a5f 406 /usr/src/linux-2.6.16-lttng-0.x.xx/ltt
d9cd3a2e 407 * edit the kernel file you want to instrument
408 - Add #include <linux/ltt/ltt-facility-yourfacility.h> at the beginning
409 of the file.
410 - Add a call to the tracing functions. See their names and parameters in
3bef9a5f 411 /usr/src/linux-2.6.16-lttng-0.x.xx/include/linux/ltt/ltt-facility-yourfacility.h
d9cd3a2e 412
208a5623 413* Add new events to userspace programs with genevent
414See http://ltt.polymtl.ca/ > USERSPACE TRACING QUICKSTART
415
416
d9cd3a2e 417
418
This page took 0.046243 seconds and 4 git commands to generate.