X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2FQUICKSTART;h=59ffb96e9a4cdd4b8468612476ffe8674a02232d;hb=d1f19ac53bee2abae54d11b58620acdd90a26d42;hp=be476a14154b4fe9a9644f4be1d38d49416a30ce;hpb=e44b6048a3f1ef4924647ee76edbb86f88a1a771;p=lttv.git diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index be476a14..59ffb96e 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -98,9 +98,9 @@ echo ltt-control >> /etc/modules su - cd /usr/src -wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.5-16092005.tar.gz -gzip -cd LinuxTraceToolkitViewer-0.5-16092005.tar.gz | tar xvof - -cd LinuxTraceToolkitViewer-0.5-16092005 +wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6.1-16092005.tar.gz +gzip -cd LinuxTraceToolkitViewer-0.6.1-16092005.tar.gz | tar xvof - +cd LinuxTraceToolkitViewer-0.6.1-16092005 (refer to README to see the development libraries that must be installed on you system) ./configure @@ -111,10 +111,10 @@ make install *********************************************************** -** Section 3 * Using LTTV ** +** Section 3 * Using LTTng and LTTV ** *********************************************************** -* Use graphical LTTV +* Use graphical LTTV to control tracing and analyse traces lttv-gui (or /usr/local/bin/lttv-gui) - Spot the "Tracing Control" icon : click on it @@ -125,6 +125,21 @@ lttv-gui (or /usr/local/bin/lttv-gui) - Yes * You should now see a trace +* Use text mode LTTng to control tracing + +The tracing can be controlled from a terminal by using the lttctl command. + +Start tracing : + +lttctl -n trace -d -l /mnt/relayfs/ltt -t /tmp/trace1 + +Stop tracing and destroy trace channels : + +lttctl -n trace -R + +see lttctl --help for details. + + * Use text mode LTTV Fell free to look in /usr/local/lib/lttv/plugins to see all the text and