fix: cleanup the lttngtop-live-simple traces
[lttngtop.git] / README
diff --git a/README b/README
index 0a64510ee3c98f06cc0cea67195fe58759ec34a8..d65121da93b9b292d07b31a0d9cc30b266601a51 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
 LTTngTop
 LTTngTop
-Julien Desfossez <julien.desfossez@efficios.com>
-April 2012
+Julien Desfossez <jdesfossez@efficios.com>
+June 2015
 
 Lttngtop is an ncurses interface for reading and browsing traces recorded by
 the LTTng tracer and displaying various statistics.
 As of now, the cpu usage, per file/process I/O bandwidth and perf counters are
 
 Lttngtop is an ncurses interface for reading and browsing traces recorded by
 the LTTng tracer and displaying various statistics.
 As of now, the cpu usage, per file/process I/O bandwidth and perf counters are
-displayed. This version currently only supports offline traces, but a live
-version is in alpha and will be available for testing soon.
+displayed. This release is the first one that handles live sessions as well as
+offline sessions.
 
 USAGE
 -----
 
 USAGE
 -----
@@ -25,7 +25,7 @@ BUILDING
 DEPENDENCIES
 ------------
 
 DEPENDENCIES
 ------------
 
-To compile Babeltrace and lttngtop, you will need:
+To compile Babeltrace and lttngtop, you need:
 
        gcc 3.2 or better
        libc6 development librairies
 
        gcc 3.2 or better
        libc6 development librairies
@@ -39,7 +39,13 @@ To compile Babeltrace and lttngtop, you will need:
          (Fedora : popt)
        ncurses development libraries
          (Debian : libncurses5-dev)
          (Fedora : popt)
        ncurses development libraries
          (Debian : libncurses5-dev)
-       babeltrace development library
+       babeltrace = 1.2.4 development library
+         (Debian : libbabeltrace-dev, libbabeltrace-ctf-dev)
+
+To use the local live tracing feature, you need:
+       lttng-tools >= 2.4
+       lttng-modules >= 2.4
+       babeltrace = 1.2.4
 
 For developers using the git tree:
 
 
 For developers using the git tree:
 
This page took 0.022897 seconds and 4 git commands to generate.