Skip to content

derrekyoung/SE-CERT-BRUM-L1-Lab1

 
 

Repository files navigation

Summary

Simple application to illustrate the usage of and troubleshooting with AppDynamics Browser RUM (BRUM).

There are performance problems built into this app so that someone can learn to use BRUM.

Lab Manual

Follow the lab manual. Copy the text into a Doc for recording your responses to the lab questions.

Lab Manual

Usage

Pick the startup flavor that's easiest for you:

npm

Requires NPM and Node.js.

Install the dependencies: npm install

Start the app: npm start

docker

Build the image: docker build -t lab1 .

Run the container: docker run -p 3000:3000 lab1

docker-compose

Build and start: docker-compose up

About

Application to support a hands-on lab for Browser RUM. This "app" is 1 very basic, HTML page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 96.5%
  • HTML 2.2%
  • JavaScript 1.1%
  • Shell 0.2%