Request Analysis Script request-analysis-script

CAUTION
AEM 6.4 has reached the end of extended support and this documentation is no longer updated. For further details, see our technical support periods. Find the supported versions here.

Download download

This script is made to ease the analysis of the access.log files producing a readable report for later processing.

Get File

Description description

This script is made to ease the analysis of the access.log files producing a readable report for later processing.

It produces the overall requests number, GET vs POST, Request distribution over time and more.

The output is in Markdown syntax therefore it will be easier to convert it to PDFs with tools like pandoc or showing it in a browser with plug-ins like Markdown viewer.

It can analyse a custom path provided on the command line.

Taking from the comment within the file that tells you how to run it:

Analyse CQ access.log extrapolating various informations and producing a Markdown output on stdout.

Usage usage

./analyse-access.sh access.log.2013-*

you can provide additional custom paths to analyse on the command line

/analyse-access.sh access.log.2013-* /my/custom/path/1 /my/custom/path/2

you can save the output by a simple piping

./analyse-access.sh access.log.2013-* | tee yr2013.md

recommendation-more-help
2315f3f5-cb4a-4530-9999-30c8319c520e