Skip to content

elomagic/elo-agent-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache License, Version 2.0, January 2004 build workflow GitHub issues Latest Maintenance Buymeacoffee

Java agent that writes the names of the JARs used by the JVM to a file.


How to use

In the JVM arguments fields, add the -javaagent argument

java -javaagent:/full/path/to/elo-agent-java-[VERSION]-jar-with-dependencies.jar -jar yourApp.jar

or

java -javaagent:"C:/full/path/to/elo-agent-java-[VERSION]-jar-with-dependencies.jar" -jar yourApp.jar

The agent writes all loaded JAR names to the file elo-agent-file.csv.

This file can be evaluated using the elo-Agent Tool.

Agent schema file

The agent schema file is a comma separated file. Each line is similar to an event in the JVM.

Columns

  1. Current time in milliseconds.
  2. Path as given from the JVM with normalized pfad seperator.

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Versioning

Versioning follows the semantic of Semantic Versioning 2.0.0

License

The elo-agent-java tool is distributed under Apache License, Version 2.0

Donations

Donations will ensure the following:

  • 🔨 Long term maintenance of the project
  • 🛣 Progress on the roadmap
  • 🐛 Quick responses to bug reports and help requests

About

Tool for logging used JAR libraries

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages