From bed69e7da508a6cba747d1eed271ceb5ab60fba3 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 7 Nov 2013 18:36:57 -0500 Subject: [PATCH] Doc: update lttng.1 man page with JUL options Signed-off-by: David Goulet --- doc/man/lttng.1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/man/lttng.1 b/doc/man/lttng.1 index a16c7c3a7..5ac826b89 100644 --- a/doc/man/lttng.1 +++ b/doc/man/lttng.1 @@ -505,6 +505,9 @@ Apply for the kernel tracer .BR "\-u, \-\-userspace" Apply for the user-space tracer .TP +.BR "\-j, \-\-jul" +Apply for Java application using Java Util Logging interface (JUL) +.TP .BR "\-\-tracepoint" Tracepoint event (default). Userspace tracer supports wildcards at the end of string. Don't forget to quote to deal with bash expansion. @@ -645,6 +648,10 @@ Apply for the kernel tracer .TP .BR "\-u, \-\-userspace" Apply for the user-space tracer +.TP +.BR "\-j, \-\-jul" +Apply for Java application using Java Util Logging interface (JUL) +.TP .RE .PP @@ -661,6 +668,8 @@ and deactivated), the activated events and more. With \-k alone, it will list all available kernel events (except the system calls events). +With \-j alone, the available JUL event from registered application will be +list. The event corresponds to the Logger name in the Java JUL application. With \-u alone, it will list all available user-space events from registered applications. Here is an example of 'lttng list \-u': @@ -687,6 +696,12 @@ Select kernel domain .TP .BR "\-u, \-\-userspace" Select user-space domain. +.TP +.BR "\-j, \-\-jul" +Apply for Java application using JUL +.TP +.BR "\-f, \-\-fields" +List event fields .PP .B SESSION OPTIONS: -- 2.34.1