add lttctl explanation
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 20 Sep 2005 15:16:05 +0000 (15:16 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 20 Sep 2005 15:16:05 +0000 (15:16 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1235 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/QUICKSTART

index d5d5b8f89d66bea1430ddbaeffe17f4f2756d632..59ffb96e9a4cdd4b8468612476ffe8674a02232d 100644 (file)
@@ -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
This page took 0.02499 seconds and 4 git commands to generate.