Created
December 17, 2015 16:49
-
-
Save jikuja/0ec719484bf8b03b41e6 to your computer and use it in GitHub Desktop.
Configuration for automatic thread dumping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration file | |
general { | |
B:"Enable HTTP interface"=true | |
B:"Enable JMX agent"=false | |
S:"Enable bind address"=localhost | |
B:"Enable keyboard poller"=true | |
B:"Enable profiler"=true | |
I:"HTTP port"=6081 | |
I:"JMX port"=6060 | |
I:"Sleep between profiler runs"=60 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment