{= include("docs.util"); start_docs_page(docs.technical_manual.page_titles.snaponlist); =}

Current list of snapons included in $PRODUCT_NAME 8.5

Bounce Rate

This snapon computes the bounce rate, the number of bounces divided by the number of sessions.

Bounces

This snapon counts the number of bounces in web log data, the number of events which are both entry pages and exit pages.

Concurrent Events

This snapon computes the number of concurrent events at any particular time, and reports the maximum.

Cumulative Field Sum

Cumulative Field Sum computes the sum of a field which appears as a cumulative field in the log data, with each event showing the total so far in the session.

Double Hits

This snapon add a summing database field called double_hits and a database filter which sets its value to 2 for every row of the main table. This creates a numerical field which shows twice the number of "hits" or events, or accesses or messages, etc. depending on the log format.

Log 4j Parser

This snapon implements log4j parsing functionality, based on a specified PatternLayout directive.

Page Views

A page view field is added when you attach this snapon. It calculates the value (1 or 0) based on the file type and server response fields.

Particular File Access

This snapon tracks the number of accesses to a particular file

Report Field Ratio

This snapon tracks the ratio of two report fields.

Sessions

Sessions implements a standard web log analysis (or similar) sessions calculation. And also adds the following reports: Sessions Overview, Entry Pages, Exit Pages, Individual Sessions, Session Page Paths, Session Paths.

Tomcat Parser

This snapon implements Tomcat parsing functionality, based on a specified Access Log Value pattern.

Two-Stage Goal

This snapon creates a database field which tracks the number of sessions which have a hits on X, followed later in the session by a hit on Y.

Unique Values

This snapon computes the number of unique values of a field.

{= end_docs_page() =}