Skip to content

Instantly share code, notes, and snippets.

@npassaro
Created October 23, 2013 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save npassaro/7118985 to your computer and use it in GitHub Desktop.
Save npassaro/7118985 to your computer and use it in GitHub Desktop.
jstatd - Command to start jstatd.
jstatd -J-Djava.security.policy=/usr/java/default/bin/jstatd.all.policy
# jstatd.all.policy has to be created with the following code:
#
# grant codebase "file:/usr/java/jdk1.7.0_09/lib/tools.jar" {
# permission java.security.AllPermission;
# };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment