healthcenter.properties 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. ## Set the 3rd property if the certificate password differes from the keystore password
  17. ## See the help for instructions on creation of keys and keystore
  18. ##
  19. #com.ibm.java.diagnostics.healthcenter.agent.ssl.keyStore=keystore
  20. #com.ibm.java.diagnostics.healthcenter.agent.ssl.keyStorePassword=password
  21. #com.ibm.java.diagnostics.healthcenter.agent.ssl.keyStoreCertificatePassword=password
  22. ## Headless mode configuration options
  23. com.ibm.java.diagnostics.healthcenter.headless.delay.start=0
  24. com.ibm.java.diagnostics.healthcenter.headless.run.duration=0
  25. com.ibm.java.diagnostics.healthcenter.headless.run.pause.duration=0
  26. com.ibm.java.diagnostics.healthcenter.headless.run.number.of.runs=0
  27. #com.ibm.java.diagnostics.healthcenter.headless.files.to.keep specifies how many headless files
  28. #to keep. To manage disk space, set this value accordingly or set to 0 to keep everything
  29. com.ibm.java.diagnostics.healthcenter.headless.files.to.keep=5
  30. #Set this value to limit the max size of the files (in bytes) inside each created HCD.
  31. #Default value of not set is maximum value of 2gigabyte. Settings above this are ignored
  32. com.ibm.java.diagnostics.healthcenter.headless.files.max.size=
  33. #Setting the headless.filename property will pre append the healthcenter.hcd file created
  34. #in a headless run with this setting
  35. com.ibm.java.diagnostics.healthcenter.headless.filename=
  36. # thread.collection.interval specifies how long to wait inbetween collecting thread data
  37. # Setting a value less than 30 (seconds) will increase the overhead on the application being
  38. # monitored
  39. com.ibm.java.diagnostics.healthcenter.thread.collection.interval=30
  40. # depth of thread stack to collect, blank represents full stacks and 0 would give no stack
  41. com.ibm.java.diagnostics.healthcenter.thread.stack.depth=
  42. com.ibm.java.diagnostics.healthcenter.data.collection.event=
  43. # This setting prevents any calls from the client that could potentially
  44. # have an impact on the monitored application from taking effect. For example
  45. # generating a dump or requesting class histogram data. Set to "on" to enable
  46. com.ibm.diagnostics.healthcenter.readonly=off
  47. # This setting will turn on collection of data send and receive for network sockets
  48. # this may cause a small impact on your application being monitored due to the amount
  49. # of data collected
  50. com.ibm.java.diagnostics.healthcenter.socket.readwrite=off
  51. # Connector properties
  52. # Enable JMX connector. Default is on
  53. #com.ibm.diagnostics.healthcenter.jmx=
  54. # Enable headless connector.
  55. com.ibm.diagnostics.healthcenter.headless=off
  56. # Enable MQTT connector.
  57. com.ibm.diagnostics.healthcenter.mqtt=off
  58. # MQTT connection properties
  59. com.ibm.diagnostics.healthcenter.mqtt.broker.host=localhost
  60. com.ibm.diagnostics.healthcenter.mqtt.broker.port=1883
  61. #com.ibm.diagnostics.healthcenter.mqtt.broker.user=
  62. #com.ibm.diagnostics.healthcenter.mqtt.broker.pass=
  63. #com.ibm.diagnostics.healthcenter.mqtt.topic.namespace=myApplication/namespace
  64. #com.ibm.diagnostics.healthcenter.mqtt.application.id=myApplication
  65. # Plugin search path
  66. #com.ibm.diagnostics.healthcenter.plugin.path=
  67. # Agent logging level: none | warning | info | fine | finest | debug
  68. com.ibm.diagnostics.healthcenter.logging.level=info