包含在查找更多文档专项支持资源 | 以 PDF 格式下载本书 (680 KB)
Chapter 7 Understanding Portal Server ReportsThis chapter describes how Portal Server provides information about end-user behavior, servers, and log activities. This chapter provides the following sections: Tracking Portal User BehaviorAdministrators can diagnose, troubleshoot, and analyze issues related to end-user activities and end-user interaction with various portal system components. User behavior tracking (UBT) follows end-user clicks on the standard Desktop and logs the information in external data stores. The Portal Server user behavior tracking API is an implementation of the JSR 47: Logging API Specification. Portal Server's user behavior tracking conforms to the ELF (extended log format) standards defined by the World Wide Web Consortium (W3C). To analyze end-user data, administrators can use the management console or other tools. Portal Server provides these reports about user behavior:
Monitoring Portal Server PerformanceMonitoring provides runtime information about Portal Server's Desktop and Secure Remote Access components. The framework for maintaining system statistics is based on JavaTM Management Extensions (JMXTM) technology. Information collected from monitoring these components can help portal administrators do the following:
The Portal Server management console provides pages for configuring and generating reports about the how the Desktop and Secure Remote Access components perform. Administrators can use the command-line interface to perform other monitoring tasks. For information, see the Sun Java System Portal Server 7.1 Command-Line Reference. Logging Portal Server DataThe Portal Server logging API is an implementation of the JSR 47: Logging API Specification. Each Portal Server application has its own configuration file. Portal administrators can do the following:
By default, the log file directory is /var/opt/sun/portal/portals/portal1/logs/portal-server-instance. The com.sun.portal.log.config.file properties file provides the default configuration of the logging system. Administrators can specify the location and names of the portal log files specified in this file. Administrators can define the following logging attributes:
Application Log Configuration FilesEach Portal Server application has at least one log configuration file associated with it. This topic lists file names for the following applications: Portal InstanceThe log configuration file name is:
The log file location is:
By default, one file is created. The file name is portal.0.0.log. Portlet ApplicationsThe log configuration file name is:
The log file location is:
By default, one file is created. The file name is portal.0.0.log. The content is logged through PortletContext.log(). Search ApplicationThe log configuration file name is:
The log file location is:
By default, three files are created. The file names are:
Administrative CLIsThe log configuration file name is:
The log file location is:
By default, one file is created. The file name is portal.admin.cli.0.0.log. Portal Administration ServerThe log configuration file name is:
The log file location is:
By default, one file is created. The file name is portal.0.0.log. Management ConsoleThe log configuration file name is:
The log file location is:
By default, one file is created. The file name is portal.admin.console.0.0.log. Secure Remote Access GatewayThe log configuration file name is:
The log file location is:
By default, one file is created. The file name is portal.gateway.0.0.log. Netlet ProxyThe log configuration file name is:
The log file location is:
By default, one file is created. The file name is portal.nlproxy.0.0.log. Rewriter ProxyThe log configuration file name is:
The log file location is:
By default, one file is created. The file name is portal.rwproxy.0.0.log. |