Adam Heath wrote:
> hailmerry-site:~# grep -h 'GET /checkout/start'
> /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut
> -f 1 -d ' '|sort -u|wc
>      98      98    1363
> hailmerry-site:~# grep -h 'GET /checkout/shipping'
> /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut
> -f 1 -d ' '|sort -u|wc
>      55      55     759
> hailmerry-site:~# grep -h 'GET /checkout/payment'
> /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut
> -f 1 -d ' '|sort -u|wc
>      47      47     645
> hailmerry-site:~# grep -h 'GET /checkout/password'
> /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut
> -f 1 -d ' '|sort -u|wc
>      33      33     453
> hailmerry-site:~# grep -h 'GET /checkout/place'
> /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut
> -f 1 -d ' '|sort -u|wc
>      33      33     453
> hailmerry-site:~# grep -h 'GET /checkout/finished'
> /var/log/ofbiz/runtime/logs/access_log.2010-0{3-{19,2?,3?},4-??}|cut
> -f 1 -d ' '|sort -u|wc
>      28      28     381

oops.  Wrong to.  my bad.

Reply via email to