+

Search Tips   |   Advanced Search

Cross Component Trace (XCT)

Cross Component Trace (XCT) annotates the logs so that log entries related to a request that is serviced by more than one thread, process, or even server are identified as belonging to the same unit of work.

New feature:

XCT helps identify the root cause of problems across components, which provides the following benefits:

newfeat


Administration of XCT

XCT is a capability built into the WAS log and trace framework. When enabled, XCT annotates the logs so that log entries related to a request that is serviced by more than one thread, process, or even server are identified as belonging to the same unit of work. Applications built using distributed architectures, such as Service Oriented Architecture, will benefit from XCT, since XCT helps facilitate problem determination across multiple services on different systems.

XCT modes:

XCT request IDs can be added to log and trace records when the server is configured to use High Performance Extensible Logging (HPEL). We can view request IDs with the HPEL logViewer tool.

Example of an XCT log record in the log file:

Example rendered in advanced format:

XCT log records:


XCT log viewer tools


Related tasks

Enable Cross Component Trace
Use Cross Component Trace to troubleshoot applications