1UFDB_ANALYSE_URLS(1) Release 1.34 UFDB_ANALYSE_URLS(1)
2
3
4
6 ufdb_analyse_urls - retrieve a list of URLs from the log files
7
9 ufdb_analyse_urls [options] <logfiles>
10
12 ufdb_analyse_urls is a log analysis utility which scans one or more log
13 files of ufdbguardd and prints matched URLs from the log files.
14
15 The various options control which URLs are included in the output.
16
18 -url <URL>
19 Specify a URL to match. The URL may be a partial URL. For
20 example
21 -url example.com/cgi-bin/
22 matches the longer URL example.com/cgi-bin/ad.cgi This option
23 may be used more than once.
24
25 -report-size <N>
26 specifies the number of lines of the report. The default is 20
27 lines.
28
29 -count-passed (default), -no-count-passed
30 specifies whether or not to include URLs that are PASSed.
31
32 -count-blocked, -no-count-blocked (default)
33 specifies whether or not to include URLs that are BLOCKed.
34
36 Analysis of urls is slow since (very) large log files are processed.
37 It may take 50 seconds to process 400 MB on a common server.
38
40 ReferenceManual_1_34.pdf,
41 http://www.urlfilterdb.com/en/downloads/documentation.html.
42
44 The developers of URLfilterDB - http://www.urlfilterdb.com
45
46
47
48Release 1.34 28/2/2019 UFDB_ANALYSE_URLS(1)