Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Next »

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

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).




Software

IndicatorDescription
Operating SystemShows the value of the System property os.name. No boundaries apply to this indicator. All values are indicated as status green.
Java Virtual MachineShows the value of the System property java.vm.name. No boundaries apply to this indicator. All values are indicated as status Green.
Java VersionShows 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.
Application Server NameShows the name of the application server. The name can be retrieved from within a servlet; ServletContext.getServerInfo(). So you will need to implement a servlet to retrieve it. This retrieves both name and version number by the way. Boundaries indicate the supported application servers; Tomcat, JBoss and Websphere.
Application Server VersionThe version of the application server. The version can be retrieved from within a servlet using ServletContext.getServerInfo().




Uploads

IndicatorDescription
UploadsThe number of uploads in the cluster.
Uploads File SizeThe size, in MB, of all uploads in the cluster.
Multimedia UploadsThe number of multimedia files in the cluster.
Multimedia Uploads File SizeThe size, in MB, of all multimedia files in the cluster.




Garbage Collection

IndicatorDescription
Average space cleared by minor GC since 5 minutesThe average space, in MB, cleared by minor garbage collections in the last interval (5 minutes by default).
Average space cleared by major GC since 5 minutesThe average space, in MB, cleared by major garbage collections in the last interval (5 minutes by default).
Amount of minor GC since 5 minutesThe number er of minor garbage collections executed in the last completed interval (5 minutes by default).
Amount of major GC since 5 minutesThe number of major garbage collections executed in the last completed interval (5 minutes by default).




CPU

IndicatorDescription
Active threadsThe number of active threads in the JVM.
CPU OverviewThe total CPU usage by all processes.
Process CPUThe CPU usage of the current JVM process presented as a percentage of the total available.




Frontend Cache

IndicatorDescription
Amount of cache filesThe number of files in the frontend cache.
Cache disk spaceThe size, in KB, of all cached files.
Cache ratioThe number of frontend requests served from the cache divided by the number of generated frontend requests (in %)




Memory Information

IndicatorDescription
Installed RAMThe amount of RAM installed on the server.
Heap allocated to the JVMThe amount of memory allocated to the Java Virtual Machine (JVM).
Used heap memoryThe percentage of used heap space compared to the total committed heap space.




Disk

IndicatorDescription
CapacityThe size of the hard disk drive on the server.
Free SpaceThe amount of free space on the disk.
Used Space (in GB)The amount of space used on the disk.




  • No labels