Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.03 KB

File metadata and controls

31 lines (22 loc) · 1.03 KB

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?