mirage22 / jfr-agent-vehicle-factory-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jfr-agent-vehicle-factory-demo

Following demo has be created for demonstration purposes for presentation : JFR - Under the hood. It has been used to present upcoming JMC Agent Plugin in Java Mission Control/Java Flight Recorder release 8.1

requirement:

scenario:

We build simple vehicle factories. Those factories go through the following states: PREPARE parts, PRODUCING vehicles and DELIVERING vehicle to the customers. This scenarios is simple.

how to run

$ mvn clean install
$ java -jar ./target/jfr-agent-vehicle-factory-demo-1.0-SNAPSHOT.jar

It's required to attach the agent, which can be found in agent directory.

Enjoy JMC Agent Demo!

About


Languages

Language:Java 100.0%