This section provides information about how Experience Analytics works. If your role involves installing, upgrading, configuring, administering, or monitoring the Experience Analytics system, these are some things you'll need to know.
- CX Passive Capture Application
- Experience Analytics Server environment, which includes:
- Processing server
- Storage server, which includes
- Reporting component
- Archiving component
- Experience Analytics user clients, which can include:
- Experience Analytics Portal
- Experience Analytics CX RealiTea Viewer
A stand-alone application that can be deployed to Experience Analytics users.
Depending the topology of your Experience Analytics installation, these components can coexist on the same server or reside on separate servers.
The following illustration is an example of a Experience Analytics solution. It shows the Experience Analytics CX platform and its components stored on two servers and the Experience Analytics products available to users.
Experience Analytics CX component architecture
Experience Analytics solutions are distributed into three core components.
Passive Capture component
- HTTP headers
- URLs
- URL form fields (both get and post)
- URL Referrers
- user login names
- cookies
- server host names
- application
- client IPs
- page sizes,
- The HTML source code of the page returned to the customer and other diagnostics included in the HTTP(S) interaction between the customer's web browser and the web application.
The network sniffer provides a non-intrusive, real-time method of capturing what each customer is doing and seeing across the entire session with your web application. It does not introduce any overhead, latency, and risk of disrupting traffic to the application.
The capture process records the total round trip, Internet delivery, and page generation times for each page requested in the session, page cancellations, and the connection-type experienced by the customer (such as T1 or DSL) as measured by the page delivery rate.
The PCA server streams captured data to the Experience Analytics CX Server environment where it is received by Transport component of the Processing Server.
For additional security, Experience Analytics supports encrypting this data transport.
Experience Analytics server environment
The Experience Analytics Server is a highly scalable, real-time, distributed platform that processes, analyzes, indexes and archives the recorded data. The Experience Analytics Server also serves as the platform for the Portal and RTV clients and the Experience Analytics family of products.
Typically deployed behind the DMZ in a trusted network segment, the Experience Analytics Server environment operates on the Windows Server or Advanced Server platform.
- Processing server component
- Storage server component
The Processing server is a real-time data processing environment that receives streamed captured hits (data) from the Passive Capture Application server. The data is received through the Transport component of the Processing server. The Transport component reads the data into the Experience Analytics pipeline, which consists of a series of agents that perform specific filtering and manipulation functions against the data stream to normalize and secure the data.
- Streaming the data into the Short Term Canister, an in-memory database.
- The Short Term Canister organizes by session the sequence of hits into the order experienced by the visitor.
- The Short Term Canister inspects, aggregates, and evaluates the hit data.
Data inspection is conducted by the event engine, which analyzes the captured data in real-time against a set of user-defined rules to provide insight into business process health, customer activity, application errors, page errors, and response time problems.
- Events can be defined against the occurrence or absence of a single value, text pattern, page attribute, session attribute, or compound conditions appearing in a page or across the entire session.
- Observed events are used for real-time alerting, reporting, and searching.
- Alerting functions are processed by an alerting service, which evaluates event counts against user-defined thresholds and alerting actions.
- Aggregate event counts are populated by a data collector service into the Report Server reporting database on the Storage Server.
- Event markers are also embedded into the sessions to enable indexing and session retrieval.
- Data Removal (for example, removing hits from an unwanted source as keep-alive hits)
- Data Queuing
- Data Inflation (for example, inflating hits with compressed responses)
- Privacy
- Normalization of some fields (for example, application, hostname, path, server, browser. OS)
- Routing
The Processing server component also indexes completed sessions to enable retrieval using both free-text and parametric search. The recorded HTML session data and associated indexes to the sessions are written to local disk in an embedded flat-file database referred to as the Long Term Canister.
The Storage server includes the Reporting and Archiving components.
The Archiving component provides a data storage environment for long-term storage of collected data. The archiving function lets you archive data for extended periods of time for problem resolution customer behavior analysis, dispute resolution, and other web archiving needs. Acoustic™ Experience Analytics (Tealeaf) CX intelligently determines which sessions are of interest and should be archived based on user-defined data management rules. For example, you can archive customer sessions that include a certain class of errors or business events, a random sampling, or 100 percent of sessions captured. Sessions not marked for archiving are discarded.
By providing a distributed, dedicated storage environment with minimal disk activity, the Storage Server improves overall search response time and provides the ability to conduct data backup without taking real-time processing off-line.
The archiving component copies and maintains saved sessions and their associated indexes. At the end of each operational day, it copies the saved sessions and indexes to specified drive locations on the Storage Server.
Upon expiration, sessions and indexes can either be automatically deleted or saved off to cold storage.
The Reporting component of the storage server consists of Report Data Collector services, which collect the Processing component aggregated values and populate the reporting database, and the Portal Web Application, the user interface.
Normally, the Archiving and Reporting sub-components are kept together but for optimum efficiency they may be placed on separate machines for high-volume sites.
User clients
The Experience Analytics cxImpact solution includes two user clients:
- Portal
- RTV
The Portal is a real-time, web-based console that provides a centralized workspace for the production support team to identify, size and diagnose issues impacting business-critical web applications, as well as a tool for administrators to manage the overall health of Experience Analytics solutions.
It offers a real-time view of user activity, searching capabilities and reporting functionality to provide rapid awareness and problem resolution.
The RTV is a win32 client used by the production support team and other users of Experience Analytics solutions to recreate problems or other issues by visually replaying the real user's interaction with the web application. The user session is replayed step-by-step, as it was recorded at the time the real end-user conducted the session. In addition, the RTV also provides advanced search and correlation functionality for advanced causal factor isolation and problem diagnosis.
The Portal web application is served from the Experience Analytics Server. The Portal can be served from over HTTP (port 80) or HTTPS (port 443). End-user access to the Portal is controlled via its native authentication system or by using Windows NT Authentication to administer groups and users on the Experience Analytics Server machine. Database access via the RTV can also be controlled using Windows NT Authentication (see Access controls using Windows Domain Authentication). In addition, data query, end-user and administrative actions conducted via the Portal and Viewer clients is logged to enable auditing of which end-user requested and accessed what data (see Access and change auditing).
User interfaces
Acoustic Experience Analytics (Tealeaf) provides three user interfaces: Experience Analytics Portal, CX RealiTea Viewer (RTV), and PCA Web Console. Each user interface provides access to different Experience Analyticsfunctions.
Experience Analytics user interface | Description |
---|---|
Experience Analytics Portal | The Experience Analytics Portal is a web application that is the most common point of access for Experience Analytics users. You can use the Portal to search for and replay sessions, manage events and reports, and monitor user and site activities. |
CX RealiTea Viewer (RTV) | RTV is a Windows™-based application that can be installed on your desktop computer. You can use RTV for searching and replaying sessions. |
PCA Web Console | Experience Analytics CX Passive Capture Application (PCA) administrators can use the PCA Web Console to monitor PCA performance and apply configuration changes. Administrators must use a separate URL and authentication mechanism to access PCA Web console.
Note: If you are not a Linux™ administrator responsible for managing the Experience Analytics CX Passive Capture Application, you might not require access to the PCA Web Console.
|
Experience Analytics process flow diagrams
The following diagrams explain the Experience Analytics process flow.

CX Passive Capture Application process flow diagram
Capturing data is the first step in the Acoustic Experience Analytics (Tealeaf) process flow. Acoustic Experience Analytics (Tealeaf) CX Passive Capture Application (CX PCA) captures data from your website or mobile application.
The following diagram explains the CX PCA process flow:

Processing server flow diagram
After the data is captured by CX PCA, it is sent to the processing server, which is also known as Canister.
Data can be processed by one of the following servers:
- Single processing server
- Multiple processing servers
- Multiple processing servers and an HBR server to manage distribution to the processing servers based on their current load
The following diagram explains the processing server flow in brief:

The Canister consists of two databases designed for the capture, evaluation, and storage of session data.
The following points are applicable for the Short Term Canister:
- Short Term Canister: This in-memory database is used to store hits forwarded to the Canister from the Transport Service or Health-Based Routing session agent. For each session, each hit is added to the STC, associated with the other hits of the session, and evaluated for events. When the session is closed, it is moved to the Long-Term Canister.
- Long-Term Canister: When a session is closed, it is written to a disk-based database called the Long-Term Canister. These disk-stored sessions are then indexed for search.
The canister processor consists of manager process TlCanMgr.exe. This process manages four types of worker processors:
- TLEventProc.exe evaluates hits for events.
- TLSesnCloser.exe evaluates expired sessions for session-level events.
- TLSesnArchiver.exe prepares and stores sessions.
- TLEventBus.exe processes events placed in the event bus queue.
Note: To stop and restart the Canister Manager, use the Start menu shortcuts under the Portal heading. The Start menu shortcut runs CanSvcs.exe, which manages the flow of hits into the canister and spooling operations. Using the Windows Services Control Panel to stop and start the Canister Manager might cause data loss.
Note: Use of UNC paths is supported in configuring Canisters. For the Processing Server (Canister), you must install locally and then insert the UNC paths into the Canister configuration after the installation has completed.
- For each session, a timeout clock is reset with each new hit.
- Text in the hit is parsed for the occurrence of hit attributes and session attributes that are used for event evaluation.
- The hit-level event conditions are processed, and events that fire are recorded with the Session data in the STC.
- If the timeout clock expires for a session where no new hits are added, the Session is written to the Long Term Canister, where completed sessions are stored for a predefined number of days.
- In the Long Term Canister, the event counts are aggregated into 1-minute buckets.
Overview of Experience Analytics servers
Several servers are required in a Experience Analytics system.
Server | Description | Services Panel | Portal Management | TMS |
---|---|---|---|---|
Canister | Capture and storage of active and completed sessions; indexing of completed sessions for search. Also known as the Processing Server, which is functionally equivalent to the ctree database. | Experience Analytics Canister server | Canister Server
When a Canister server reference is created in the Portal Management, a reference to the Search Server on the Canister is automatically created, too. |
Canister server |
cxConnect | Manages extraction of session data for delivery to third-party systems | N/A | Experience Analytics cxConnect for Data Analysis Server | Experience Analytics cxConnect for Data Analysis Server |
cxReveal | Receives session attribute information from the Canister via Event Bus for insertion into the Experience Analytics cxReveal Search database. | N/A | Experience Analytics cxReveal Database Search Server | Separate server |
Data Service | Manages communications between Experience Analytics components and the databases. | Experience Analytics Data Service | Data Service Server | Data Service |
PCA | Portal definition for the machine hosting the Experience Analytics CX Passive Capture Application | N/A | Capture Application Server | PCA Server |
Replay | Manages the replay of sessions through the Portal (BBR). | Experience Analytics Replay Server | Replay Server | Replay Server |
Report | Manages queries to other servers in the Experience Analytics environment. | N/A | Report server
When a reference to the Report Server is created in the Portal Management page, a reference to the Search Server instance on the server is also created. |
N/A |
Search | Manages searches of active and completed session data, among other functions. | Experience Analytics Search Server | N/A | Search Server |
SQL | Microsoft™ SQL Server product is required host of Experience Analytics databases. | MSSQLSERVER | N/A | N/A |
Experience Analytics Management | Manages TMS. | Experience Analytics Management | N/A | Experience Analytics Management |
Transport | Additional instances of the Transport Service can be deployed as Health-Based Routing (HBR) devices. | Experience Analytics Transport Service | N/A | Transport Service |
Experience Analytics services
Service | Description | Services Panel | Portal Management | TMS |
---|---|---|---|---|
Alert | Manages execution and delivery of event-based alerts. | Experience Analytics Alert Service | N/A | Alert Service |
Canister | Controls and monitors the canister and Experience Analytics Canister Server processes. Canister Services are restarted by the Canister Manager when an error condition is detected. | Experience Analytics Canister Manager | N/A | Canister |
Data Collector | Queries Experience Analytics Canisters and aggregates data for storage into the Experience Analytics databases. | Experience Analytics Data Collector | N/A | Data Collector |
Data Service | Connection manages between Experience Analytics services and the databases they query. | Experience Analytics Data Service | N/A | N/A |
Extract Service | Used by Experience Analytics cxConnect for Data Analysis to extract session data from Experience Analytics databases. | Experience Analytics Extractor Service | N/A | Extractor Service |
Portal GUI | Stops, starts, and restarts Microsoft IIS, which hosts the Portal application. | N/A | N/A | Portal GUI |
Query Server | Manages communication between the Portal and the Visitor database. Embedded in the RSE Service. | N/A | N/A | N/A |
RSE Service | Analyzes session data to create segments. | N/A | N/A | RSE Extractor Service |
Session Indexer | Indexes completed sessions stored in the Canister on the same Processing Server. | Experience Analytics Session Indexer | N/A | Session Indexer |
Scheduling Service | Manages schedule and execution of Experience Analytics jobs including backups, extractions, and Portal Status reporting. | Experience Analytics Scheduling Service | N/A | Scheduling Service |
Experience Analytics Status | Provides status information on configured Experience Analytics components and services. | N/A | N/A | N/A |
Tracking Service | When enabled, the Tracking Service supports Replay Server logging in BBR so that logging information displays in the Processing window when sessions are loaded.
Users with Administrative authorization can expand the Processing window to get a real-time view of the logs from the rendering engine. |
Experience Analytics Tracking Service | Replay Server | Tracking Service |
Transport Service | Receives session data from the PCA Server and initiates and manages Windows pipeline operations.
If you are using a 64-bit pipeline component for the HBR server, you need to deregister the default 32-bit Transport service and register the 64-bit Transport service. |
Experience Analytics Transport Service | Transport Service | Transport Service |
Service Name | Description |
---|---|
Experience Analytics Management Server (TLMgmtsrv.exe) |
Provides management for Experience Analytics components for that machine. |
Experience Analytics Search Server (TLSrchsrv.exe) |
Provides session search capabilities through a TCP/IP network. |
Service Name | Description |
---|---|
Experience Analytics Replay Server (TLReplaySrv.exe) |
Generates session data for replay within the Portal. |
Comments
0 comments
Please sign in to leave a comment.