1UFDB_TOP_URLS(1) Release 1.34 UFDB_TOP_URLS(1)
2
3
4
6 ufdb_top_urls - retrieve the most frequently used URLs from the log
7 files
8
10 ufdb_top_urls [options] <logfiles>
11
13 ufdb_top_urls is a log analysis utility which scans one or more log
14 files of ufdbguardd and prints the most frequently used URLs.
15
16 The various options control which URLs are included in the output.
17
19 -domain-only
20 Do not use the full URL but only the domainname.
21
22 -report-size <N>
23 specifies the number of lines of the report. The default is 20
24 lines.
25
26 -count-passed (default), -no-count-passed
27 specifies whether or not to include URLs that are PASSed.
28
29 -count-blocked, -no-count-blocked (default)
30 specifies whether or not to include URLs that are BLOCKed.
31
33 Retrieval of top urls is slow since (very) large log files are
34 processed. It may take 50 seconds to process 400 MB on a common
35 server.
36
38 ReferenceManual_1_34.pdf,
39 http://www.urlfilterdb.com/en/downloads/documentation.html.
40
42 The developers of URLfilterDB - http://www.urlfilterdb.com
43
44
45
46Release 1.34 28/2/2019 UFDB_TOP_URLS(1)