By default, the Request Log Parser outputs a summary report to standard error after all files are processed. Even if multiple input files are specified, a single summary report is created.
The following metrics can be found in the summary report:
Total parsing time (seconds): Amount of time it took for Request Log Parser script to complete.
Total log files parsed: Number of raw log files specified as input.
Total entries parsed: Number of raw input log entries across all input log files.
Log file(s)/entries: Number of raw input log entries broken down by file.
Total entries cleaned and retained: Total number of log entries that were parsed and output, as well as a breakdown by entry type (such as navigation/record search, dimension search, and record detail.)
Total entries discarded: Total number of log entries that were discarded, as well as a breakdown by entry type (such as admin stats queries, admin exit commands, and startup/shutdown messages.)
Query parameters filtered/count: List of query parameters specified for filtering, and a count of filtered occurrences for each. This entry is only displayed if the
--filter
flag is specified.Web Services query subtype breakdown (alphabetical): List of Web Services query subtypes encountered by the parser, with a count of occurrences for each. This entry is only displayed if the
–web-services
flag is specified.
Using the
--silent
flag will suppress display of this summary
information.