1UFDBANALYSE(1) Release 1.34 UFDBANALYSE(1)
2
3
4
6 ufdbAnalyse - parse a Squid log file and show URL category percentages
7
9 ufdbAnalyse [options] <logfiles>
10
12 ufdb_analyse_urls is a log analysis utility which parses one or more
13 log files of Squid, retrieves the URLs, and uploads the stripped URLs
14 to the servers of URLfilterDB where they are analysed. The analysis
15 with the URL category report will be emailed to you.
16
17 The various options control which URLs are included in the output.
18
20 -a Flag to indicate that the log file format is "Apache".
21
22 -l <LOG>
23 specifies the Squid log file. Multiple files may be specified.
24
25 -d <FQDN>
26 specifies the fully qualified domainname of this site. URLs
27 with this FQDN are put in the pseudo-category "own domain".
28
29 -e <EMAIL>
30 specifies the email address of the person that receives teh
31 generated analysis report.
32
33 -n <FULL NAME>
34 specifies the full name of the person that runs the analysis
35 request.
36
37 -v be verbose.
38
40 Analysis of urls is slow since (very) large log files are processed.
41 It may take 50 seconds to process 400 MB on a common server.
42
44 ReferenceManual_1_34.pdf,
45 http://www.urlfilterdb.com/en/downloads/documentation.html.
46
48 The developers of URLfilterDB - http://www.urlfilterdb.com
49
50
51
52Release 1.34 28/2/2019 UFDBANALYSE(1)