Home

fl

forwarded log

flv(1)

NAME

flv - forwarded log views

SYNOPSIS

flv [file ...]

DESCRIPTION

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.

EXIT STATUS

The flv utility exits 0 on success, and >0 if an error occurs.

EXAMPLES

Print all views from /var/www/logs/access.log:

$ flv /var/www/logs/access.log

SEE ALSO

awk(1) httpd(8) httpd.conf(5) clv(1) cblv(1)

flu(1)

NAME

flu - forwarded log uniques

SYNOPSIS

flu [file ...]

DESCRIPTION

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.

EXIT STATUS

The flu utility exits 0 on success, and >0 if an error occurs.

EXAMPLES

Print all uniques from /var/www/logs/access.log:

$ flu /var/www/logs/access.log

SEE ALSO

awk(1) httpd(8) httpd.conf(5) clu(1) cblu(1)

flp(1)

NAME

flp - forwarded log pages

SYNOPSIS

flp [file ...]

DESCRIPTION

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.

EXIT STATUS

The flp 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:

$ flp /var/www/logs/access.log

SEE ALSO

awk(1) httpd(8) httpd.conf(5) clp(1) cblp(1)

flr(1)

NAME

flr - forwarded log referrer

SYNOPSIS

flr [file ...]

DESCRIPTION

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.

EXIT STATUS

The flr 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:

$ flr /var/www/logs/access.log

SEE ALSO

awk(1) httpd(8) httpd.conf(5) cblr(1)

flvv(1)

NAME

flvv - forwarded log (virtual host) views

SYNOPSIS

flvv [file ...]

DESCRIPTION

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.

EXIT STATUS

The flvv utility exits 0 on success, and >0 if an error occurs.

EXAMPLES

Print all views from /var/www/logs/access.log:

$ flvv /var/www/logs/access.log

SEE ALSO

awk(1) httpd(8) httpd.conf(5) clvv(1) cblvv(1)

flvu(1)

NAME

flvu - forwarded log (virtual host) uniques

SYNOPSIS

flvu [file ...]

DESCRIPTION

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.

EXIT STATUS

The flvu utility exits 0 on success, and >0 if an error occurs.

EXAMPLES

Print all uniques from /var/www/logs/access.log:

$ flvu /var/www/logs/access.log

SEE ALSO

awk(1) httpd(8) httpd.conf(5) clvu(1) cblvu(1)

flvp(1)

NAME

flvp - forwarded log (virtual host) pages

SYNOPSIS

flvp [file ...]

DESCRIPTION

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.

EXIT STATUS

The flvp 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:

$ flvp /var/www/logs/access.log

SEE ALSO

awk(1) httpd(8) httpd.conf(5) clvp(1) cblvp(1)

flvr(1)

NAME

flvr - forwarded log (virtual host) referrer

SYNOPSIS

flvr [file ...]

DESCRIPTION

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.

EXIT STATUS

The flvr 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:

$ flvr /var/www/logs/access.log

SEE ALSO

awk(1) httpd(8) httpd.conf(5) cblvr(1)

Files

Download

fl-0.1.0.tgz