...
Software | ||
Indicator | Description | Configurable |
---|---|---|
Operating System | Shows the value of the System system property os.name . | No |
Java Virtual Machine | Shows the value of the System system property java.vm.name . | No |
Java Version | Shows the value of the system property java.version . The value has a status of orange or red when the Java versions are outdated. Note that new Java versions are released every now and then and it is sometimes difficult to tell what latest available version available is. | Yes |
Application Server Name | Shows the name of the application server. The name can be retrieved from within a servlet ; using ServletContext.getServerInfo() . So you will You need to implement a servlet in order to retrieve it. This retrieves both the name and version number by the way. Boundaries indicate the supported application servers ; Tomcat, JBoss and WebsphereWebSphere. | Yes |
Application Server Version | The version of the application server. The version can be retrieved from within a servlet using ServletContext.getServerInfo() . | Yes |
...
Garbage Collection | ||
Indicator | Description | Configurable |
---|---|---|
Average space cleared by minor GC since 5 minutes | The average space, in MB, cleared by minor garbage collections in the last interval (5 minutes by default). | No |
Average space cleared by major GC since 5 minutes | The average space, in MB, cleared by major garbage collections in the last interval (5 minutes by default). | No |
Amount of minor GC since 5 minutes | The number er of minor garbage collections executed in the last completed interval (5 minutes by default). | Yes |
Amount of major GC since 5 minutes | The number of major garbage collections executed in the last completed interval (5 minutes by default). | Yes |
Tip |
---|
See https://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html for information about garbage collection in Java. |
...
CPU | ||
Indicator | Description | Configurable |
---|---|---|
Active threads | The number of active threads in the JVM. | Yes |
CPU Overview | The total CPU usage by all processes. | Yes |
Process CPU | The CPU usage of the current JVM process presented as a percentage of the total available. | Yes |
...