Add instructions about getting LTTng-UST agents
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Nov 2015 21:53:03 +0000 (16:53 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Nov 2015 21:53:26 +0000 (16:53 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/installing-lttng/desktop-distributions/archlinux.md
contents/installing-lttng/desktop-distributions/debian.md
contents/installing-lttng/desktop-distributions/opensuse.md

index 63eba8ebc812b4423628e4301e89387cde63a53d..e9b881d25198536d88ba0fbc25bd2c8f33a5fbbc 100644 (file)
@@ -23,3 +23,14 @@ LTTng-UST Python agent also:
 
   * Python 3: <a href="https://aur.archlinux.org/packages/python-lttngust/" class="ext"><code>python-lttngust</code></a>
   * Python 2: <a href="https://aur.archlinux.org/packages/python2-lttngust/" class="ext"><code>python2-lttngust</code></a>
+
+<div class="tip">
+<p>
+  <span class="t">Note:</span> If you need to trace Java
+  applications on Arch Linux, you need to build and install LTTng-UST 2.7
+  <a href="#doc-building-from-source">from source</a> and use the
+  <code>--enable-java-agent-jul</code>,
+  <code>--enable-java-agent-log4j</code>, or
+  <code>--enable-java-agent-all</code> options.
+</p>
+</div>
index d0e4e3b3f92d9a30467125c0edd7408f23f1591e..edd8d3b2df0f2b28b8f9b73f46f388a3b0ee0c23 100644 (file)
@@ -12,3 +12,17 @@ sudo apt-get install liblttng-ust-dev
 
 LTTng-tools 2.7 still needs to be
 [built from source](#doc-building-from-source).
+
+If you need to trace Java applications, you need to install the
+LTTng-UST Java agent also:
+
+<pre class="term">
+sudo apt-get install liblttng-ust-agent-java
+</pre>
+
+If you need to trace Python applications, you need to install the
+LTTng-UST Python agent also:
+
+<pre class="term">
+sudo apt-get install python3-lttngust
+</pre>
index c43ea01a4d9789f4d0cc48cfba8fed0d59939eaa..38caec064ebbf89b92cb16143119c5c5a28ea9bf 100644 (file)
@@ -11,3 +11,19 @@ sudo zypper install lttng-tools
 sudo zypper install lttng-modules
 sudo zypper install lttng-ust-devel
 </pre>
+
+<div class="tip">
+<p>
+  <span class="t">Note:</span> If you need to trace Java
+  applications on openSUSE, you need to build and install LTTng-UST 2.7
+  <a href="#doc-building-from-source">from source</a> and use the
+  <code>--enable-java-agent-jul</code>,
+  <code>--enable-java-agent-log4j</code>, or
+  <code>--enable-java-agent-all</code> options.
+</p>
+<p>
+  If you need to trace Python applications on openSUSE, you need
+  to build and install LTTng-UST 2.7 from source and use the
+  <code>--enable-python-agent</code> option.
+</p>
+</div>
This page took 0.02636 seconds and 4 git commands to generate.