Skip to content

A test app to Simulate performance of SpringBoot app on PCF (PAS)

Notifications You must be signed in to change notification settings

amlandatta/springboot-performance-simulator

Repository files navigation

Contents

A test SpringBoot app to simulate performance by inducing latency, spiking memory usage, creating errors, etc and deploy on PCF (PAS)

  • Build app
cd springboot-performance-simulator
mvn clean package -DskipTests
  • Deploy app to PAS
cd springboot-performance-simulator
cf push --vars-file=vars-myenv.yml

change domain name in vars-myenv.yml

How to monitor custom SpringBoot app metrics using PCF Metrics 1.6?

How to configure custom metrics in PCF Metrics 1.6?

How to configure custom metrics in PCF App Metrics 2.0?

How to configure Multiple App metrics in single dashboard?

About

A test app to Simulate performance of SpringBoot app on PCF (PAS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages