en:dpi:dpi_options:opt_li:li_troubleshooting:start [Документация VAS Experts]

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:dpi:dpi_options:opt_li:li_troubleshooting:start [2023/10/10 08:25] – external edit 127.0.0.1en:dpi:dpi_options:opt_li:li_troubleshooting:start [2024/07/29 12:53] (current) – removed elena.krasnobryzh
Line 1: Line 1:
-====== Troubleshooting ====== 
-{{indexmenu_n>5}} 
  
-==== Sample of Clickstream report in csv format ==== 
- 
-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