en:li_troubleshooting_clickstream_rep_csv [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:li_troubleshooting_clickstream_rep_csv [2016/04/03 13:44] – created aalekseenkoen:li_troubleshooting_clickstream_rep_csv [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-Click stream is saved in files url_*. +
-Process sample to get top of sites in csv report.\\  +
-Top 50 sites:  +
-  cut -f 4 /home/clickstream/url_07*|sort|uniq -c|sort -nr|head -50|awk '{print $2";"$1}' > top_sites.csv +
-   +
-Top 50 video sites: +
-  cut -f 4,5 /home/clickstream/url_07*|grep "\.mp4\|\.avi"|cut -f1|sort|uniq -c|sort -nr|head -50|awk '{print $2";"$1}' > top_video.csv+