]> sourceware.org Git - systemtap.git/commitdiff
java/byteman docs: mention cross-user probing limitation in stapprobes.3stap
authorSerguei Makarov <smakarov@redhat.com>
Wed, 8 May 2013 20:10:07 +0000 (16:10 -0400)
committerSerguei Makarov <smakarov@redhat.com>
Wed, 8 May 2013 20:10:07 +0000 (16:10 -0400)
man/stapprobes.3stap

index e9cc50664155881e48094c22e982ac2639026147..315ab4f3b99976fb6ab051e5f2acfd6fe5ae2dd5 100644 (file)
@@ -813,9 +813,13 @@ for more details) can be passed to bminstall by invoking "stap \-J
 OPTION". The systemtap option "\-j" is also provided as a shorthand for
 "\-J org.jboss.byteman.compile.to.bytecode".
 .PP
-This Java instrumentation support currently has a major limitation: java
-probes attach only to one Java process at a time; other Java processes
-beyond the first one to be observed are ignored.
+This Java instrumentation support is currently a prototype feature
+with major limitations: java probes attach only to one Java process at
+a time; other Java processes beyond the first one to be observed are
+ignored. Moreover, Java probing currently does not work across users;
+the stap script must run (with appropriate permissions) under the same
+user that the Java process being probed. (Thus a stap script under
+root currently cannot probe Java methods in a user-space process.)
 
 .PP
 The first probe type refers to Java processes by the name of the Java process:
This page took 0.028438 seconds and 5 git commands to generate.