From 9b3db3ececf85babdafa5aae8a348e3df07fff82 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 26 Nov 2015 17:05:59 -0500 Subject: [PATCH] Add links to Java/Python application sections Signed-off-by: Philippe Proulx --- .../desktop-distributions/archlinux.md | 11 ++++++----- .../desktop-distributions/debian.md | 8 ++++---- .../desktop-distributions/opensuse.md | 16 +++++++++------- .../ubuntu/official-repositories.md | 8 ++++---- 4 files changed, 23 insertions(+), 20 deletions(-) diff --git a/contents/installing-lttng/desktop-distributions/archlinux.md b/contents/installing-lttng/desktop-distributions/archlinux.md index e9b881d..55686e1 100644 --- a/contents/installing-lttng/desktop-distributions/archlinux.md +++ b/contents/installing-lttng/desktop-distributions/archlinux.md @@ -18,18 +18,19 @@ yaourt -S lttng-modules yaourt -S lttng-ust -If you need to trace Python applications, you need to install the -LTTng-UST Python agent also: +If you need to trace [Python applications](#doc-python-application), you +need to install the LTTng-UST Python agent also: * Python 3: python-lttngust * Python 2: python2-lttngust

- Note: If you need to trace Java + 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, + 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 edd8d3b..d66dd41 100644 --- a/contents/installing-lttng/desktop-distributions/debian.md +++ b/contents/installing-lttng/desktop-distributions/debian.md @@ -13,15 +13,15 @@ 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: +If you need to trace [Java applications](#doc-java-application), 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: +If you need to trace [Python applications](#doc-python-application), +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 38caec0..d6cac4d 100644
--- a/contents/installing-lttng/desktop-distributions/opensuse.md
+++ b/contents/installing-lttng/desktop-distributions/opensuse.md
@@ -14,16 +14,18 @@ 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, + 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. + 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.

diff --git a/contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md b/contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md index 99d9eec..0a676db 100644 --- a/contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md +++ b/contents/installing-lttng/desktop-distributions/ubuntu/official-repositories.md @@ -11,15 +11,15 @@ 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: +If you need to trace [Java applications](#doc-java-application), 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: +If you need to trace [Python applications](#doc-python-application), +you need to install the LTTng-UST Python agent also:
 sudo apt-get install python3-lttngust
-- 
2.34.1