Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
UFDB_ANALYSE_URLS(1)		 Release 1.35		  UFDB_ANALYSE_URLS(1)

NAME
       ufdb_analyse_urls - retrieve a list of URLs from	the log	files

SYNOPSIS

       ufdb_analyse_urls [options] <logfiles>

DESCRIPTION
       ufdb_analyse_urls is a log analysis utility which scans one or more log
       files of	ufdbguardd and prints matched URLs from	the log	files.

       The various options control which URLs are included in the output.

OPTIONS
       -url <URL>
	      Specify  a  URL  to  match.   The	URL may	be a partial URL.  For
	      example
		 -url example.com/cgi-bin/
	      matches the longer URL  example.com/cgi-bin/ad.cgi  This	option
	      may be used more than once.

       -report-size <N>
	      specifies	 the number of lines of	the report.  The default is 20
	      lines.

       -count-passed (default),	-no-count-passed
	      specifies	whether	or not to include URLs that are	PASSed.

       -count-blocked, -no-count-blocked (default)
	      specifies	whether	or not to include URLs that are	BLOCKed.

WARNINGS
       Analysis	of urls	is slow	since (very) large log	files  are  processed.
       It may take 50 seconds to process 400 MB	on a common server.

SEE ALSO
       ReferenceManual_1_35.pdf,
       https://www.urlfilterdb.com/downloads/software_doc.html.

AUTHOR
       The developers of ufdbGuard for Squid - https://www.urlfilterdb.com

Release	1.35			  22/03/2024		  UFDB_ANALYSE_URLS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ufdb_analyse_urls&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help