Skip to content

sparsick/testing-architecture-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Architecture Demo

Demo for the workshop "Die Wirksamkeit Eurer Architektur automatisiert testen" at Software Architecture Summit 2020 in Munich. Download Slides

Used Software

Application

mvn clean install
mvn spring-boot:run

Application URL: http://localhost:8080/hero

API for Prometheus: http://localhost:8080/actuator/prometheus

Application Monitoring

cd application-monitoring
docker-compose up

Start Prometheus and Grafana

Grafana: http://localhost:3000
Username: admin
Passwort: pass

Prometheus: http://localhost:9090

Simulation Application Requests

# Performance
siege -c 10 http://localhost:8080/hero
siege -c 10 http://localhost:8080/hero/list

# Maintainbility
siege -c 50 -u "http://localhost:8080/hero/new"
siege -c 20 -u "http://localhost:8080/hero/list?search=Batman" 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published