forwarded log
flv - forwarded log views
flv [file ...]
The flv utility reads each [file ...] in Forwarded Log Format and prints only the views to standard output.
views are defined as GET requests to paths ending in / or .html that returned a 200 HTTP response status code.
If [file ...] is omitted, flv reads from standard input.
The flv utility exits 0 on success, and >0 if an error occurs.
Print all views from /var/www/logs/access.log:
$ flv /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) clv(1) cblv(1)
flu - forwarded log uniques
flu [file ...]
The flu utility reads each [file ...] in Forwarded Log Format and prints only the uniques to standard output.
uniques are defined as unique remote hosts that made at least one GET request to paths ending in / or .html that returned a 200 HTTP response status code.
If [file ...] is omitted, flu reads from standard input.
The flu utility exits 0 on success, and >0 if an error occurs.
Print all uniques from /var/www/logs/access.log:
$ flu /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) clu(1) cblu(1)
flp - forwarded log pages
flp [file ...]
The flp utility reads each [file ...] in Forwarded Log Format and prints a list of pages to standard output including the request count.
pages are defined as paths ending in / or .html to which GET requests have been made that returned a 200 HTTP response status code.
If [file ...] is omitted, flp reads from standard input.
The flp utility exits 0 on success, and >0 if an error occurs.
Print all pages and their respective request count from /var/www/logs/access.log:
$ flp /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) clp(1) cblp(1)
flr - forwarded log referrer
flr [file ...]
The flr utility reads each [file ...] in Forwarded Log Format and prints a list of referrers to standard output including the request count.
referrers are defined as the address of the webpage which is linked to a path ending in / or .html to which GET requests have been made that returned a 200 HTTP response status code.
If [file ...] is omitted, flr reads from standard input.
The flr utility exits 0 on success, and >0 if an error occurs.
Print all referrers and their respective request count from /var/www/logs/access.log:
$ flr /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) cblr(1)
flvv - forwarded log (virtual host) views
flvv [file ...]
The flvv utility reads each [file ...] in Forwarded Log Format with Virtual Host and prints only the views to standard output.
views are defined as GET requests to paths ending in / or .html that returned a 200 HTTP response status code.
If [file ...] is omitted, flvv reads from standard input.
The flvv utility exits 0 on success, and >0 if an error occurs.
Print all views from /var/www/logs/access.log:
$ flvv /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) clvv(1) cblvv(1)
flvu - forwarded log (virtual host) uniques
flvu [file ...]
The flvu utility reads each [file ...] in Forwarded Log Format with Virtual Hosts and prints only the uniques to standard output.
uniques to standard output.
uniques are defined as unique remote hosts that made at least one GET request for files with an .html extension, including the / path that returned a 200 HTTP response status code.
If [file ...] is omitted, flvu reads from standard input.
The flvu utility exits 0 on success, and >0 if an error occurs.
Print all uniques from /var/www/logs/access.log:
$ flvu /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) clvu(1) cblvu(1)
flvp - forwarded log (virtual host) pages
flvp [file ...]
The flvp utility reads each [file ...] in Forwarded Log Format with Virtual Host and prints a list of pages to standard output including the request count.
pages are defined as paths ending in / or .html to which GET requests have been made that returned a 200 HTTP response status code.
If [file ...] is omitted, flvp reads from standard input.
The flvp utility exits 0 on success, and >0 if an error occurs.
Print all pages and their respective request count from /var/www/logs/access.log:
$ flvp /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) clvp(1) cblvp(1)
flvr - forwarded log (virtual host) referrer
flvr [file ...]
The flvr utility reads each [file ...] in Forwarded Log Format Virtual Host and prints a list of referrers to standard output including the request count.
referrers are defined as the address of the webpage which is linked to a path ending in / or .html to which GET requests have been made that returned a 200 HTTP response status code.
If [file ...] is omitted, flvr reads from standard input.
The flvr utility exits 0 on success, and >0 if an error occurs.
Print all referrers and their respective request count from /var/www/logs/access.log:
$ flvr /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) cblvr(1)