App-Elog

 view release on metacpan or  search on metacpan

bin/alog  view on Meta::CPAN

config files in either /etc/httpd or /etc/apache2. A CustomLog line
tells where the access log is, a DocRoot line tells which directory
that access log is for, a LogFormat line tells what format the
access log uses.

The -p option will show the path the selected access log file.

The -f option will filter based on a given regex for the -i, -s, or -g option.

The -s option will show statistics about the access log file such
as how many requests there were, their time frame, and most active
URIs.

The -i option will show the data fields of the access log entry on
their own line, so you don't have to scroll right to see the part
you are interested in.

The -I option will show all the fields we have for the entry on it's
own line.

The -m option limits the maximum number of accesses shown with the -i, -s, or the

bin/elog  view on Meta::CPAN

The way it determines which error log to show is by parsing Apache
config files in either /etc/httpd or /etc/apache2. An ErrorLog line
tells where the error log is, a DocRoot line tells which directory
that error log is for.

The -p option will show the path the selected error log file.

The -f option will filter based on a given regex for the -i, -s, or -g option.

The -s option will show statistics about the error log file such
as how many errors there were, and their time frame.

The -i option will show each error on a line by itself with extra info (time, ip,
etc) on the line before.

The -m option limits the maximum number of errors shown with the -i, -s, or
the -g option, starting from the end of the log (most recent).

The -o option sets an offset to the errors shown with the -i option, so
"elog -i -m 1" shows the last error, "elog -i -m 1 -o 1" shows the second
to last error.

lib/App/Alog.pm  view on Meta::CPAN

config files in either /etc/httpd or /etc/apache2. A CustomLog line
tells where the access log is, a DocRoot line tells which directory
that access log is for, a LogFormat line tells what format the
access log uses.

The -p option will show the path the selected access log file.

The -f option will filter based on a given regex for the -i, -s, or -g option.

The -s option will show statistics about the access log file such
as how many requests there were, their time frame, and most active
URIs.

The -i option will show the data fields of the access log entry on
their own line, so you don't have to scroll right to see the part
you are interested in.

The -I option will show all the fields we have for the entry on it's
own line.

The -m option limits the maximum number of accesses shown with the -i, -s, or the

lib/App/Elog.pm  view on Meta::CPAN

The way it determines which error log to show is by parsing Apache
config files in either /etc/httpd or /etc/apache2. An ErrorLog line
tells where the error log is, a DocRoot line tells which directory
that error log is for.

The -p option will show the path the selected error log file.

The -f option will filter based on a given regex for the -i, -s, or -g option.

The -s option will show statistics about the error log file such
as how many errors there were, and their time frame.

The -i option will show each error on a line by itself with extra info (time, ip,
etc) on the line before.

The -m option limits the maximum number of errors shown with the -i, -s, or
the -g option, starting from the end of the log (most recent).

The -o option sets an offset to the errors shown with the -i option, so
"elog -i -m 1" shows the last error, "elog -i -m 1 -o 1" shows the second
to last error.



( run in 1.148 second using v1.01-cache-2.11-cpan-e1769b4cff6 )