An open API service indexing awesome lists of open source software.

https://github.com/thegreystone/recgen

Repo for generating jfr recordings with specific properties to help in the development of JMC.
https://github.com/thegreystone/recgen

jdk missioncontrol openjdk

Last synced: about 1 year ago
JSON representation

Repo for generating jfr recordings with specific properties to help in the development of JMC.

Awesome Lists containing this project

README

          

# recgen
Little repo that will hopefully in time contain a collection of code for generating useful flight recordings,
for example for testing edge cases in OpenJDK JMC.

## Building and Running
This is how to build:

```bash
mvn clean compile assembly:single
```

This is how to run:
```bash
java -jar target\recgen-0.0.1-SNAPSHOT-jar-with-dependencies.jar
```

The generated jfr file(s) will be available in the folder.