1. Home
  2. Docs
  3. JZR report
  4. JZR Sheets
  5. Modules

Modules

Introduced in Jeyzer 2.2

The Modules sheet lists the Java modules loaded by the JVM of the monitored application.

Each module is displayed with its version and the list of required, exposed modules as well as the services (uses, provides). It also indicates if the module is open and automatic. At last, it displays the class loader of the module.
For more details on Java modules, please visit this page.

The release column indicates if the jar module is an official release, meaning not containing any alphabetical tag such as “snapshot”, “build”, “alpha”, “beta”.
Modules without version are release marked as “?”.

In addition, the sheet can contain the graph picture of the module dependencies. Blue nodes are Java modules.
Each node shows its number of outgoing dependencies.


Jeyzer Demo module graph

Configuration