spriver wrote (01 May 2015 21:30:27 GMT) : > zcat /var/log/nginx/access.log.*.gz | visitors -p 10000 /dev/stdin -o te
> xt > resp. for a nice html page as output: > zcat /var/log/nginx/access.log.*.gz | visitors -p 10000 /dev/stdin -o
> html > visitors.html > The value after the option -p depends on how many different pages were
> accessed. To gather them I used this command: > zcat /var/log/nginx/access.log.*.gz | visitors /dev/stdin -o text |
> grep "Different pages" | awk '{print $5}' > The last printed value should be the wanted number.
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?