X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fquickstart.txt;h=9bcb8460469505f8834b86cce940111ca8bd0aa2;hp=50e155e85ec584adf5c19af2a4bbc2e32caed6df;hb=242388e491e4219f967ee424d7bf02035a313e6f;hpb=6bf5e7c9c58c736978108e197e1b529471ff3ac7 diff --git a/doc/quickstart.txt b/doc/quickstart.txt index 50e155e85..9bcb84604 100644 --- a/doc/quickstart.txt +++ b/doc/quickstart.txt @@ -13,11 +13,11 @@ This is a quick start guide for the complete LTTng tool chain. This is divided in three sections respectively kernel tracing, user-space tracing and reading a trace. -See the README file for installation procedure or use the various Linux +See the README.adoc file for installation procedure or use the various Linux distribution packages. In order to trace the kernel, you'll need the lttng-modules 2.0 compiled and -installed. See http://lttng.org/lttng2.0 for more instructions for that part. +installed. See https://lttng.org/lttng2.0 for more instructions for that part. For user-space tracing, you'll need an instrumented application with lttng-ust 2.0. @@ -161,7 +161,7 @@ applications. However, if you run the session daemon under non-root user rights, only applications of that user will be traced. So, after instrumenting you applications with LTTng-ust 2.0 -(http://lttng.org/lttng2.0), upon startup, it will automatically register to +(https://lttng.org/lttng2.0), upon startup, it will automatically register to the session daemon. If there is none running, it will simply wait on a seperate thread for a session daemon to appear and then register.