healthcenter.properties 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. com.ibm.java.diagnostics.healthcenter.agent.port=1972
  2. com.ibm.java.diagnostics.healthcenter.agent.bufferSize=15000000
  3. com.ibm.java.diagnostics.healthcenter.agent.transport=iiop
  4. #com.ibm.java.diagnostics.healthcenter.agent.iiop.port=
  5. com.ibm.java.diagnostics.healthcenter.clear.jmx.initial.builder=true
  6. com.ibm.java.diagnostics.healthcenter.data.collection.level=full
  7. com.ibm.java.diagnostics.healthcenter.stack.trace.depth=5
  8. com.ibm.java.diagnostics.healthcenter.allocation.threshold.low=
  9. com.ibm.java.diagnostics.healthcenter.allocation.threshold.high=
  10. # On Windows, directory names must use '\\' for directory separators and not a single '\'.
  11. # eg. c:\\temp and NOT c:\temp
  12. com.ibm.java.diagnostics.healthcenter.headless.output.directory=
  13. com.ibm.java.diagnostics.healthcenter.output.directory=
  14. ## ############# Security #############
  15. ## For SSL encryption of the connection to the client set the following 2 properties
  16. ## See the help for instructions on creation of keys and keystore
  17. ##
  18. #com.ibm.java.diagnostics.healthcenter.agent.ssl.keyStore=keystore
  19. #com.ibm.java.diagnostics.healthcenter.agent.ssl.keyStorePassword=password
  20. ## Headless mode configuration options
  21. com.ibm.java.diagnostics.healthcenter.headless.delay.start=0
  22. com.ibm.java.diagnostics.healthcenter.headless.run.duration=0
  23. com.ibm.java.diagnostics.healthcenter.headless.run.pause.duration=0
  24. com.ibm.java.diagnostics.healthcenter.headless.run.number.of.runs=0
  25. #com.ibm.java.diagnostics.healthcenter.headless.files.to.keep specifies how many headless files
  26. #to keep. To manage disk space, set this value accordingly or set to 0 to keep everything
  27. com.ibm.java.diagnostics.healthcenter.headless.files.to.keep=10
  28. #Set this value to limit the max size of the files (in bytes) inside each created HCD.
  29. #Default value of not set is maximum value of 2gigabyte. Settings above this are ignored
  30. com.ibm.java.diagnostics.healthcenter.headless.files.max.size=
  31. #Setting the headless.filename property will pre append the healthcenter.hcd file created
  32. #in a headless run with this setting
  33. com.ibm.java.diagnostics.healthcenter.headless.filename=
  34. # thread.collection.interval specifies how long to wait inbetween collecting thread data
  35. # Setting a value less than 30 (seconds) will increase the overhead on the application being
  36. # monitored
  37. com.ibm.java.diagnostics.healthcenter.thread.collection.interval=30
  38. # depth of thread stack to collect, blank represents full stacks and 0 would give no stack
  39. com.ibm.java.diagnostics.healthcenter.thread.stack.depth=
  40. com.ibm.java.diagnostics.healthcenter.data.collection.event=
  41. # javacore creation options can be set to control how often javacores
  42. # are triggered and how long to wait before starting the first javacore.
  43. # javacore.interval specify in seconds
  44. com.ibm.java.diagnostics.healthcenter.javacore.interval=20
  45. com.ibm.java.diagnostics.healthcenter.javacore.creation.count=0
  46. # delay.start specify in minutes, default of 10 minutes
  47. com.ibm.java.diagnostics.healthcenter.javacore.delay.start=10