The tables below describe what the Cluster indicators show. To select a cluster, expand the Cluster menu and select the one you want to examine.
Cluster Node Information | |
Indicator | Description |
---|---|
Server Hostname | The local hostname of the server as determined InetAddress.getLocalHost().getHostName() . No boundaries apply to this indicator. All values are displayed in green. |
Server MAC Address | The MAC address of the network interface handling outbound HTTP/HTTPS traffic. See nl.gx.ps.systemrepair.utils.Util.getMACAddress in the System Consistency Checker reusable. No boundaries apply to this indicator. All values are displayed in green. |
Cluster Node ID | The value of the system property org.apache.jackrabbit.core.cluster.node_id . No boundaries apply to this indicator. All values are displayed in green. |
Amount of Processors | The number of processors available on the server as indicated by Runtime.getRuntime().availableProcessors() . |
Memory Available JVM | Specifies how much memory is available to the Java Virtual Machine (JVM) on the server. |
Server Mode | Shows either "backend" or "frontend" depending on the value of Config.isReadOnly() . If this is true, "frontend" is returned, otherwise "backend" is returned. No boundaries apply to this indicator. All values are displayed in Green. |
Taskmaster | Shows either "true" or "false" as indicated by WatcherThread.isClusterTaskMaster() . No boundaries apply to this indicator. All values are displayed in Green. |
Server Up Time | The date and time the server was started for the last time. . For example: Server up since Mon Apr 08 11:22:13 CEST 2019 No boundaries apply to this indicator. All values are displayed in green. This timestamp can also be seen in the Status Administrative Page. |
...