Re: [Tails-l10n] Website statistics

Delete this message

Reply to this message
Author: spriver
Date:  
To: Tails localization discussion
Subject: Re: [Tails-l10n] Website statistics
Hi,

On 05/02/2015 10:12, intrigeri wrote:
> Thanks!
>
> I'm not sure I get what's the exact command you want us to run.
> Could you please send us *one* command that does all you need?


this should work (you need to modify the path to the log files) :

VIS=$(zcat /var/log/nginx/access.log.*.gz | visitors /dev/stdin -o
text | grep "Different pages" | awk '{print $5}') && zcat
/var/log/nginx/access.log.*.gz | visitors -p "$VIS" /dev/stdin -o text
> visitors.txt && zcat /var/log/nginx/access.log.*.gz | visitors -p

"$VIS" /dev/stdin -o html > visitors.html

It creates two files, a text file and a html page.

If it does not work, give me a notice.


Cheers!

spriver