From 7f87931bcdd2222308f198680716e90c89da1b40 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 25 Nov 2015 21:52:18 -0500 Subject: [PATCH] ubuntu: add Java and Python agent packages Signed-off-by: Philippe Proulx --- .../ubuntu/official-repositories.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md b/contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md index f07311c..99d9eec 100644 --- a/contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md +++ b/contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md @@ -10,3 +10,17 @@ sudo apt-get install lttng-tools sudo apt-get install lttng-modules-dkms sudo apt-get install liblttng-ust-dev + +If you need to trace Java applications, you need to install the +LTTng-UST Java agent also: + +
+sudo apt-get install liblttng-ust-agent-java
+
+ +If you need to trace Python applications, you need to install the +LTTng-UST Python agent also: + +
+sudo apt-get install python3-lttngust
+
-- 2.34.1