|
Sawmill is a BeatBox Hits Log Format (default) log analyzer (it also supports 827 other log formats).
It can process log files
in BeatBox Hits Log Format (default) format, and generate dynamic statistics from them,
analyzing and reporting events.
Sawmill can parse BeatBox Hits Log Format (default) logs, import them into a SQL database (or its own built-in database),
aggregate them, and generate dynamically filtered reports, all through a web interface.
Sawmill can perform BeatBox Hits Log Format (default) log analysis on any platform, including Window, Linux, FreeBSD, OpenBSD, Mac OS, Solaris, other UNIX, and others.
The database fields available in this log format are defined in the log data; Sawmill extracts the names and types of the fields from the log data, and tracks all available fields in its reports. Sawmill generates reports for each field, and allows dynamic filtering on any combination of these fields.
Sawmill stores the following numerical fields in its database for BeatBox Hits Log Format (default), aggregating them and including them as columns in most reports:
| Numerical Field | | Internal Name |
| | hits | | hits |
| | page views | | page_views |
| | visitors | | visitors |
| | bytes | | bytes |
| | server-to-client bytes | | sc_bytes |
| | client-to-server bytes | | cs_bytes |
| | time taken | | time_taken |
| | SSL time | | x_ssl_time |
| | server-to-client send time | | cs_send_time |
| | server-to-client ack time | | cs_ack_time |
| | server-to-client reply time | | cs_reply_time |
| | server-to-client send time | | sc_send_time |
| | server-to-client ack time | | sc_ack_time |
Sawmill also supports 827 other log formats;
see Sawmill Features
for a list containing BeatBox Hits Log Format (default) and all the other supported formats.
|