Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cluster Node Information

IndicatorDescription
Server HostnameThe local hostname of the server as determined InetAddress.getLocalHost().getHostName(). No boundaries apply to this indicator. All values are displayed in green.
Server MAC AddressThe 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 IDThe 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 ProcessorsThe number of processors available on the server as indicated by Runtime.getRuntime().availableProcessors().
Memory Available JVMSpecifies how much memory is available to the Java Virtual Machine (JVM) on the server.
Server ModeShows 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.
TaskmasterShows either "true" or "false" as indicated by WatcherThread.isClusterTaskMaster(). No boundaries apply to this indicator.   All values are displayed in Green.
Server Up TimeThe 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.

...

Frontend Requests

IndicatorDescription
VisitorsThe number of current unique website visitors (active frontend sessions).
Active RequestsThe number of current frontend active requests. This value can also be see in the Status Administrative Page.
Max Response TimeThe maximum response time, in milliseconds, measured in the last completed interval. The default interval is 5 minutes but this can be configured in Settings.
Average Response TimeThe average time, in milliseconds, it took to handle a frontend request, measured over the last completed interval (five minutes by default).
Departure RateHow long it takes to fully handle a request (the opposite of "Arrival Rate".
Client ErrorsThe number of 4xx status codes returned as a response to frontend requests in the last completed interval (15 minutes by default).
Server ErrorsThe number of 5xx status codes returned as a response to frontend requests in the last completed interval (15 minutes by default).

...

Backend Requests

IndicatorDescription
EditorsThe number of unique editors registered to this XperienCentral deployment, both active and nonactive.
Active RequestsThe number of current backend active requests. This value can also be see in the Status Administrative Page.
Max Response TimeThe maximum response time, in milliseconds, measured in the last completed interval. The default interval is 5 minutes but this can be configured in Settings.
Average Response TimeThe average time, in milliseconds, the handling of a backend request took, measured over the last completed interval (5 minutes by default).
Client ErrorsThe number of 4xx status codes returned as a response to backend requests in the last completed interval (15 minutes by default).
Server ErrorsThe number of 5xx status codes returned as a response to backend requests in the last completed interval (15 minutes by default).

...