ubuntu: add Java and Python agent packages
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Nov 2015 02:52:18 +0000 (21:52 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Nov 2015 02:52:30 +0000 (21:52 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md

index f07311cb41c871bed2e8a576a0e855362887b661..99d9eecb470d7d99054cb496864a60c96f9abb9a 100644 (file)
@@ -10,3 +10,17 @@ sudo apt-get install lttng-tools
 sudo apt-get install lttng-modules-dkms
 sudo apt-get install liblttng-ust-dev
 </pre>
+
+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>
This page took 0.02365 seconds and 4 git commands to generate.