Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Manually inspect contents
  2. Check user guide PDF doc/kieker-userguide.pdf (incl. listings, old version numbers, ...)
  3. Test Wrapper Scripts: --- Linux & Windows
  4. Execute user guide examples:
    • ch2--bookstore-application
      gradle./gradlew run
      
    • ch2--manual-instrumentation
      gradle./gradlew runMonitoring
      gradle./gradlew runAnalysis -Danalysis.directory=<DIR>
      
    • ch3-4--custom-components
      gradle./gradlew runMonitoringAndAnalysis
      
    • ch5--trace-monitoring-aspectj
      gradle./gradlew runExampleOperationExecution
      gradle./gradlew runExampleFlowEvents
      
    • appendix-JMS -- see instructions in user guide appendix
    • appendix-AMQP -- see instructions in user guide appendix
    • appendix-Sigar -- see instructions in user guide appendix
    • JavaEEServletContainerExample -- see instructions in user guide appendix
    • Demo (also included in JavaEEServletContainerExample)

...