| Class | Description |
|---|---|
| ReportCalendar |
Reports the current date and time, default time zone configuration, and lists all available time zone IDs.
|
| ReportCharset |
Reports the default system locale and lists all available locales with their respective language, country, script,
and variant.
|
| ReportContextListener |
A
ServletContextListener that triggers diagnostic reports when the web application starts. |
| ReportDefaultTrustKeyStore |
Reports the trusted certificate authorities from the default JVM trust store.
|
| Reporter |
Produces diagnostic reports about system resources and the current runtime environment.
|
| ReporterConfig |
Centralized configuration holder for controlling the behavior of the
Reporter. |
| ReportFileSystem |
Reports information about the file system roots, including total, free, and usable space.
|
| ReportJdbcConnection |
Reports details about a JDBC
Connection, such as catalog, schema, metadata, properties,
transaction settings, client info, and optionally the type map. |
| ReportLocale |
Reports the default system locale and lists all available locales
with their respective language, country, script, and variant.
|
| ReportMemory |
Reports memory usage of the JVM, including maximum available memory, currently allocated memory, and currently used
memory.
|
| ReportNetworkInterface |
Reports details of a specific network interface, including name, MTU, status flags (e.g., loopback, multicast),
hardware address, and associated IP addresses.
|
| ReportOperatingSystem |
Reports properties of the operating system, including architecture, name, version, and path/file/line separators.
|
| ReportPhysicalSystem |
Reports basic information about the physical system, such as the number of available processors.
|
| ReportServlet |
A servlet that logs system reports based on the URL path provided in the HTTP request.
|
| ReportSSLContext |
Reports details of SSL contexts supported by the JVM, including cipher suites, protocols, and supported SSL
parameters for each context.
|
| ReportSystemEnvironment |
Reports environment variables available to the current process.
|
| ReportSystemProperties |
Reports all Java system properties in sorted order.
|
| ReportUser |
Reports environment variables available to the current process.
|
| ReportVM |
Reports basic information about the Java Virtual Machine (JVM), including vendor, version, and installation
directory.
|
Copyright © 2010–2025. All rights reserved.