Skip to content

AFMS-Rowan-Software-Projects/Service-Monitors-ELK-stack-Fall-2019

Repository files navigation

To Run

  • Terminal-1
cd order-service
sudo mvn clean package
cd ..
sudo docker-compose up

This will start Elasticsearch, Kibana, APM server and the Spring Boot app at the same time in their own containers.

  • Terminal-2
cd artillery-load-testing
sudo npm install
sudo npm run test

This runs a test for the Spring Boot app that sends a lot of requests back and forth over the open port. Then we can see different things like response times, amount of requests, run time and if there are any errors that occur during the test.

The spring-boot-websocket-chat-demo was another program we were working with, but could not resolve the issue of it not connecting to the APM server.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •