From 923ce9e957d1adc73d4578662527f6ce15b3e5ec Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 26 Nov 2015 16:53:03 -0500 Subject: [PATCH] Add instructions about getting LTTng-UST agents Signed-off-by: Philippe Proulx --- .../desktop-distributions/archlinux.md | 11 +++++++++++ .../desktop-distributions/debian.md | 14 ++++++++++++++ .../desktop-distributions/opensuse.md | 16 ++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/contents/installing-lttng/desktop-distributions/archlinux.md b/contents/installing-lttng/desktop-distributions/archlinux.md index 63eba8e..e9b881d 100644 --- a/contents/installing-lttng/desktop-distributions/archlinux.md +++ b/contents/installing-lttng/desktop-distributions/archlinux.md @@ -23,3 +23,14 @@ LTTng-UST Python agent also: * Python 3: python-lttngust * Python 2: python2-lttngust + +
+

+ Note: If you need to trace Java + applications on Arch Linux, you need to build and install LTTng-UST 2.7 + from source and use the + --enable-java-agent-jul, + --enable-java-agent-log4j, or + --enable-java-agent-all options. +

+
diff --git a/contents/installing-lttng/desktop-distributions/debian.md b/contents/installing-lttng/desktop-distributions/debian.md index d0e4e3b..edd8d3b 100644 --- a/contents/installing-lttng/desktop-distributions/debian.md +++ b/contents/installing-lttng/desktop-distributions/debian.md @@ -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: + +
+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
+
diff --git a/contents/installing-lttng/desktop-distributions/opensuse.md b/contents/installing-lttng/desktop-distributions/opensuse.md index c43ea01..38caec0 100644 --- a/contents/installing-lttng/desktop-distributions/opensuse.md +++ b/contents/installing-lttng/desktop-distributions/opensuse.md @@ -11,3 +11,19 @@ sudo zypper install lttng-tools sudo zypper install lttng-modules sudo zypper install lttng-ust-devel + +
+

+ Note: If you need to trace Java + applications on openSUSE, you need to build and install LTTng-UST 2.7 + from source and use the + --enable-java-agent-jul, + --enable-java-agent-log4j, or + --enable-java-agent-all options. +

+

+ If you need to trace Python applications on openSUSE, you need + to build and install LTTng-UST 2.7 from source and use the + --enable-python-agent option. +

+
-- 2.34.1