Portlet Factory, Version 6.1.2


 

Statistics log properties

Use these properties to configure statistics logging.

Table 1. Statistics log properties
Screen Field Description
Snapshot Interval (seconds) Sets the number of seconds that the IBM® WebSphere Portlet Factory servlet waits before refreshing server statistics fields on the screen.

  • File: WEB-INF/config/logging.properties

  • Entry: logging.serverStats.snapshotInterval

  • Default value: 300
Log File Directory Shows the full path (relative to the WebSphere Portlet Factory installation directory) to the base directory where WebSphere Portlet Factory servlet statistic log files are stored. The WebSphere Portlet Factory servlet must be restarted before a change to this value takes effect.

  • File: WEB-INF/config/logging.properties

  • Entry: logging.driver.serverStatsSink.directory

  • Default value: ${bowstreet.rootDirectory}/server_stats
Log File Prefix Defines the beginning of the name of the server statistic log file written by the WebSphere Portlet Factory servlet.

The log file name has the following format.


prefix+timestamp+suffix

  • File: WEB-INF/config/logging.properties

  • Entry: logging.driver.serverStatsSink.prefix

  • Default value: serverStats_
Log File Suffix Defines the end of the name of the server statistic log file written by the WebSphere Portlet Factory servlet. The log file name has the following format.
prefix+timestamp+suffix

  • File: WEB-INF/config/logging.properties

  • Entry: logging.driver.serverStatsSink.suffix

  • Default value: ${bowstreet.rootDirectory}/logs
Log File Max Size (KB) Sets the maximum size (in kilobytes) that the WebSphere Portlet Factory servlet allows a server statistics log file to reach. When a log file reaches this size, the WebSphere Portlet Factory servlet closes the current log file, resets its internal counters and begins writing a new log file.

  • File: WEB-INF/config/logging.properties

  • Entry: logging.driver.serverStatsSink.maxSize

  • Default value: 1000
Flush Log File Every (seconds) Sets the number of seconds that the WebSphere Portlet Factory servlet waits before writing its internal server statistics queue to the server statistics log file.

  • File: WEB-INF/config/logging.properties

  • Entry: logging.serverStats.flush.byInterval

  • Default value: true

  • File: WEB-INF/config/logging.properties

  • Entry: logging.serverStats.flush.interval

  • Default value: 300
Flush Log Files Immediately Tells the WebSphere Portlet Factory servlet (when checked and true) to disregard the Flush Log Every (seconds) parameter and immediately write all subsequent server statistics to the log file.

  • File: WEB-INF/config/logging.properties

  • Entry: logging.serverStats.default.flushImmediately

  • Default value: false

Parent topic: IBM WebSphere Portlet Factory property files Parent topic: Statistics log.properties file entries and format


Library | Support |