Versions Compared

Key

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

...

  1. Download and install latest version of inspectIT from: www.inspectit.rocks
  2. After the installation start CMR and inspectIT
  3. Linux
    1. Open a terminal
    2. Navigate to the code of the PetClinic Microservices application and start: ./start_all_with_inspectIT.sh <path to inspectIT agent>
    3. The inspectIT agent can be found in the installation directory of inspectIT
    4. During startup the application is opened automatically in the browser. First the Eureka dashboard will be opened where you can track services availability.
    5. To stop all processes you can use the script : ./stop_all.sh
  4. Windows
    1. Open cmd
    2. Navigate to the code of the PetClinic Microservices application and start: start_all_with_inspectIT.bat <path to inspectIT agent>
    3. The inspectIT agent can be found in the installation directory of inspectIT

    4. During startup the application is opened automatically in the browser. First the Eureka dashboard will be opened where you can track services availability.
    5. By closing the cmd windows all processes will be stopped automicallyautomatically