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.
- Host: GitHub
- URL: https://github.com/thegreystone/recgen
- Owner: thegreystone
- License: other
- Created: 2024-04-02T18:48:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T20:31:24.000Z (over 1 year ago)
- Last Synced: 2025-03-24T14:44:35.420Z (about 1 year ago)
- Topics: jdk, missioncontrol, openjdk
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.