...
Cluster Node Information | ||
Indicator | Description | Configurable |
---|---|---|
Server Hostname | The local hostname of the server as determined InetAddress.getLocalHost().getHostName() . | No |
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 |
Cluster Node ID | The value of the system property org.apache.jackrabbit.core.cluster.node_id . All values are displayed in green. | No |
Amount of Processors | The number of processors available on the server as indicated by Runtime.getRuntime().availableProcessors() . | Yes |
Memory Available JVM | Specifies how much memory is available to the Java Virtual Machine (JVM) on the server. | Yes |
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. All values are displayed in green. | No |
Taskmaster | Shows either "true" or "false" as indicated by WatcherThread.isClusterTaskMaster() . All values are displayed in green. | No |
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 All values are displayed in green. This timestamp can also be seen in the Status Administrative Page. | No |
...
Frontend Requests | ||
Indicator | Description | Configurable |
---|---|---|
Visitors | The number of current unique website visitors (active frontend sessions). | No |
Active Requests | The number of current frontend active requests. This value can also be see in the Status Administrative Page. | Yes |
Max Response Time | The maximum response time, in milliseconds, measured in the last completed interval. The default interval is 5 minutes. | No |
Average Response Time | The average time, in milliseconds, it took to handle a frontend request, measured over the last completed interval (five minutes by default). | Yes |
Departure Rate | How long it takes to fully handle a request (the opposite of "Arrival Rate". | No |
Client Errors | The number of 4xx HTML status codes returned as a response to frontend requests in the last completed interval (15 minutes by default). | Yes |
Server Errors | The number of 5xx HTML status codes returned as a response to frontend requests in the last completed interval (15 minutes by default). | Yes |
...
Backend Requests | ||
Indicator | Description | Configurable |
---|---|---|
Editors | The number of unique editors registered to this XperienCentral deployment, both active and nonactive. | No |
Active Requests | The number of current backend active requests. This value can also be see in the Status Administrative Page. | Yes |
Max Response Time | The maximum response time, in milliseconds, measured in the last completed interval. The default interval is 5 minutes. | No |
Average Response Time | The average time, in milliseconds, the handling of a backend request took, measured over the last completed interval (5 minutes by default). | Yes |
Traffic Queue | Indicates the balance of traffic in the queue. | |
Client Errors | The number of 4xx HTML status codes returned as a response to backend requests in the last completed interval (15 minutes by default). | Yes |
Server Errors | The number of 5xx HTML status codes returned as a response to backend requests in the last completed interval (15 minutes by default). | Yes |
...
Uploads | ||
Indicator | Description | Configurable |
---|---|---|
# Uploads | The number of uploads in the cluster. | No |
Uploads File Size | The size, in MB, of all uploads in the cluster. | No |
# Multimedia Uploads | The number of multimedia files in the cluster. | No |
Multimedia Uploads File Size | The size, in MB, of all multimedia files in the cluster. | No |
...