Java agent that writes the names of the JARs used by the JVM to a file.
In the JVM arguments fields, add the -javaagent argument
java -javaagent:/full/path/to/elo-agent-java-[VERSION]-jar-with-dependencies.jar -jar yourApp.jaror
java -javaagent:"C:/full/path/to/elo-agent-java-[VERSION]-jar-with-dependencies.jar" -jar yourApp.jarThe agent writes all loaded JAR names to the file elo-agent-file.csv.
This file can be evaluated using the elo-Agent Tool.
The agent schema file is a comma separated file. Each line is similar to an event in the JVM.
- Current time in milliseconds.
- Path as given from the JVM with normalized pfad seperator.
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Versioning follows the semantic of Semantic Versioning 2.0.0
The elo-agent-java tool is distributed under Apache License, Version 2.0
Donations will ensure the following:
- 🔨 Long term maintenance of the project
- 🛣 Progress on the roadmap
- 🐛 Quick responses to bug reports and help requests
