# cbl combined log ## cblv(1) ### NAME **cblv** - combined log views ### SYNOPSIS **cblv** \[*file ...*] ### DESCRIPTION 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. ### EXIT STATUS The **cblv** utility exits 0 on success, and >0 if an error occurs. ### EXAMPLES Print all *views* from */var/www/logs/access.log:* $ cblv /var/www/logs/access.log ### SEE ALSO awk(1) httpd(8) httpd.conf(5) clv(1) ## cblu(1) ### NAME **cblu** - combined log uniques ### SYNOPSIS **cblu** \[*file ...*] ### DESCRIPTION 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. ### EXIT STATUS The **cblu** utility exits 0 on success, and >0 if an error occurs. ### EXAMPLES Print all *uniques* from */var/www/logs/access.log:* $ cblu /var/www/logs/access.log ### SEE ALSO awk(1) httpd(8) httpd.conf(5) clu(1) ## cblp(1) ### NAME **cblp** - combined log pages ### SYNOPSIS **cblp** \[*file ...*] ### DESCRIPTION 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. ### EXIT STATUS The **cblp** utility exits 0 on success, and >0 if an error occurs. ### EXAMPLES Print all *pages* and their respective request count from */var/www/logs/access.log*: $ cblp /var/www/logs/access.log ### SEE ALSO awk(1) httpd(8) httpd.conf(5) clp(1) ## cblr(1) ### NAME **cblr** - combined log referrer ### SYNOPSIS **cblr** \[*file ...*] ### DESCRIPTION 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. ### EXIT STATUS The **cblr** utility exits 0 on success, and >0 if an error occurs. ### EXAMPLES Print all *referrers* and their respective request count from */var/www/logs/access.log*: $ cblr /var/www/logs/access.log ### SEE ALSO awk(1) httpd(8) httpd.conf(5) ## cblvv(1) ### NAME **cblvv** - combined log (virtual host) views ### SYNOPSIS **cblvv** \[*file ...*] ### DESCRIPTION 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. ### EXIT STATUS The **cblvv** utility exits 0 on success, and >0 if an error occurs. ### EXAMPLES Print all *views* from */var/www/logs/access.log:* $ cblvv /var/www/logs/access.log ### SEE ALSO awk(1) httpd(8) httpd.conf(5) clv(1) ## cblvu(1) ### NAME **cblvu** - combined log (virtual host) uniques ### SYNOPSIS **cblvu** \[*file ...*] ### DESCRIPTION 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. ### EXIT STATUS The **cblvu** utility exits 0 on success, and >0 if an error occurs. ### EXAMPLES Print all *uniques* from */var/www/logs/access.log:* $ cblvu /var/www/logs/access.log ### SEE ALSO awk(1) httpd(8) httpd.conf(5) clu(1) ## cblvp(1) ### NAME **cblvp** - combined log (virtual host) pages ### SYNOPSIS **cblvp** \[*file ...*] ### DESCRIPTION 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. ### EXIT STATUS The **cblvp** utility exits 0 on success, and >0 if an error occurs. ### EXAMPLES Print all *pages* and their respective request count from */var/www/logs/access.log*: $ cblvp /var/www/logs/access.log ### SEE ALSO awk(1) httpd(8) httpd.conf(5) clp(1) ## cblvr(1) ### NAME **cblvr** - combined log (virtual host) referrer ### SYNOPSIS **cblvr** \[*file ...*] ### DESCRIPTION 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. ### EXIT STATUS The **cblvr** utility exits 0 on success, and >0 if an error occurs. ### EXAMPLES Print all *referrers* and their respective request count from */var/www/logs/access.log*: $ cblvr /var/www/logs/access.log ### SEE ALSO awk(1) httpd(8) httpd.conf(5)