combined log
cblv - combined log views
cblv [file ...]
The cblv utility reads each [file ...] in Combined 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, cblv reads from standard input.
The cblv utility exits 0 on success, and >0 if an error occurs.
Print all views from /var/www/logs/access.log:
$ cblv /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) clv(1)
cblu - combined log uniques
cblu [file ...]
The cblu utility reads each [file ...] in Combined 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, cblu reads from standard input.
The cblu utility exits 0 on success, and >0 if an error occurs.
Print all uniques from /var/www/logs/access.log:
$ cblu /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) clu(1)
cblp - combined log pages
cblp [file ...]
The cblp utility reads each [file ...] in Combined 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, cblp reads from standard input.
The cblp 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:
$ cblp /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) clp(1)
cblr - combined log referrer
cblr [file ...]
The cblr utility reads each [file ...] in Combined 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, cblr reads from standard input.
The cblr 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:
$ cblr /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5)
cblvv - combined log (virtual host) views
cblvv [file ...]
The cblvv utility reads each [file ...] in Combined 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, cblvv reads from standard input.
The cblvv utility exits 0 on success, and >0 if an error occurs.
Print all views from /var/www/logs/access.log:
$ cblvv /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) clv(1)
cblvu - combined log (virtual host) uniques
cblvu [file ...]
The cblvu utility reads each [file ...] in Combined 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, cblvu reads from standard input.
The cblvu utility exits 0 on success, and >0 if an error occurs.
Print all uniques from /var/www/logs/access.log:
$ cblvu /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) clu(1)
cblvp - combined log (virtual host) pages
cblvp [file ...]
The cblvp utility reads each [file ...] in Combined 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, cblvp reads from standard input.
The cblvp 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:
$ cblvp /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5) clp(1)
cblvr - combined log (virtual host) referrer
cblvr [file ...]
The cblvr utility reads each [file ...] in Combined 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, cblvr reads from standard input.
The cblvr 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:
$ cblvr /var/www/logs/access.log
awk(1) httpd(8) httpd.conf(5)