{= include("docs.util"); start_docs_page(docs.technical_manual.page_titles.snaponlist); =}
This snapon computes the bounce rate, the number of bounces divided by the number of sessions.
BouncesThis snapon counts the number of bounces in web log data, the number of events which are both entry pages and exit pages.
Concurrent EventsThis snapon computes the number of concurrent events at any particular time, and reports the maximum.
Cumulative Field SumCumulative 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 HitsThis 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 ParserThis snapon implements log4j parsing functionality, based on a specified PatternLayout directive.
Page ViewsA 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 AccessThis snapon tracks the number of accesses to a particular file
Report Field RatioThis snapon tracks the ratio of two report fields.
SessionsSessions 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 ParserThis snapon implements Tomcat parsing functionality, based on a specified Access Log Value pattern.
Two-Stage GoalThis 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 ValuesThis snapon computes the number of unique values of a field.
{= end_docs_page() =}