Versions Compared

Key

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

...

Table of Contents
maxLevel2
minLevel2

 

 

...

System Performance Indicators

...

IndicatorDescription
Largest response timeThe largest response time in milliseconds for all page requests across the entire web site. To view the response time for individual pages, see the Page response time tabResponse Time.
Largest query execution timeThe largest query execution time is the execution time of the longest of all SQL queries performed on all databases. To view the query execution time for individual queries, see the Queries tab
Largest response time Page GeneratorThe largest response time in milliseconds the Page Generator took to fulfill a request. To view the Page Generator response time for individual pages, see the Page response time tab
Average response time Page GeneratorThe average response time in milliseconds that the Page Generator took to fulfill requests. To view the Page Generator response time for individual pages, see the Page response time tab
Average response timeThe average response time in milliseconds for all page requests.To view the response time for individual pages, see the Page response time tab.
Average query execution timeThe average query response time is the average for all SQL queries performed on all databases. To view the query execution time for individual queries, see the Queries tab.

...

IndicatorDescription
Debugging optionsSpecifies the status of the XperienCentral debug options. If any debug option is enabled, the status is red.
Log levelSpecifies the level of logging that is currently set for XperienCentral. Logging can be enabled for the following system functionality:
  • XperienCentral
  • Jackrabbit
  • Spring framework
  • Quartz
What you log for each and how many of these functionalities you enable logging for can directly affect XperienCentral performance.

 

Back to top

 

...

Anchor
page_response_time
page_response_time
Page Response Time Indicators

The Page response tab shows a list of the slowest page response times in milliseconds for pages requested from the website. The page response tab lists two different types of pages:

...

The level at which you log messages has a direct effect on system performance. Each time a system event is logged, a small performance hit occurs. Logging messages of type SEVERE affects the system the least whereas logging at the INFO level can cause the system to slow down due to the sheer volume of messages that are written to the log. The effect that the logging level has on XperienCentral performance is indicated as follows.

 

 

Indicator

 

Image Added

 

Image Added

 

Image Added

Log levelSEVEREWARNINGINFO

 

To change the log level, follow these steps:

  1. Open the <tomcat root>\conf\logging.properties file.
  2. At the end of the file, the following lines should appear. If they do not, add them.
    • org.apache.jackrabbit.core.level = <level>
    • org.apache.jackrabbit.core.state.level = <level>
    • nl.gx.XperienCentral.level = <level>
    • org.apache.jackrabbit.level = <level>
    • org.quartz.level = <level>
    • org.springframework.level = <level>

  3. Substitute <level> with the level at which you want to log (SEVERE, WARNING, or INFO). Logging at the level SEVERE is recommended.

 

Creating custom performance indicator tabs

...