X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=README;h=4ed9c5bedeb09cb190324a08a98720923cc50bf8;hp=389f3eda10f131ead3f62294a744ad0e05782c9c;hb=874d3f847b8053e38a50321b17abce4248ce6e53;hpb=ebb6ebd5548553f617ce313af0bc757c0d41c30b diff --git a/README b/README index 389f3eda1..4ed9c5bed 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ REQUIREMENTS: - liburcu Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney - -> Tested with liburcu >= v0.5.4 + -> Tested with liburcu >= v0.6.6 * Debian/Ubuntu package: liburcu-dev * Git : git://lttng.org/userspace-rcu.git @@ -36,6 +36,12 @@ INSTALLATION INSTRUCTIONS: If compiling from the git repository, run ./bootstrap before running the configure script, to generate it. +USAGE: + +Please see doc/quickstart.txt to help you start tracing. You can also use the +-h/--help command on 'lttng' and all other commands offered in this tool (Ex: +lttng enable-event -h). + PACKAGE CONTENTS: This package contains the following elements: @@ -43,20 +49,20 @@ PACKAGE CONTENTS: - liblttngctl The LTTng tracing control library. - - liblttsessiondcomm - The ltt-sessiond communication library. In order to talk with ltt-sessiond, - thiis library must be used. + - liblttng-sessiond-comm + The lttng-sessiond communication library. In order to talk with lttng-sessiond, + this library must be used. - libkernelctl Kernel tracer control and ioctl definitions. - - liblttkconsumerd - Library for Kernel trace consumer. + - liblttng-consumer + Library for Kernel and (optionally) UST trace consumer. - - ltt-kconsumerd - The Kernel consumer daemon which uses liblttkconsumerd. + - lttng-consumerd + The consumer daemon which uses liblttng-consumer. - - ltt-sessiond + - lttng-sessiond The LTTng session daemon binary. - lttng