Doc: update lttng.1 man page with JUL options
authorDavid Goulet <dgoulet@efficios.com>
Thu, 7 Nov 2013 23:36:57 +0000 (18:36 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 7 Nov 2013 23:37:44 +0000 (18:37 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
doc/man/lttng.1

index a16c7c3a7826306c3aa46270fd6f88239991c646..5ac826b89ff5589f4ef94aa747554b222bf26a88 100644 (file)
@@ -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:
This page took 0.029607 seconds and 5 git commands to generate.