Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Report of Server Log Visualization

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.
Avatar for Weiwei Weiwei
January 09, 2015

Report of Server Log Visualization

Project report of Server Log Visualization

Avatar for Weiwei

Weiwei

January 09, 2015

More Decks by Weiwei

Other Decks in Technology

Transcript

  1. 链接图的层级过滤 //url, type, threshold Graph initGraph = linkDAO.getGraphByNodeName(HOMEPAGE, 2, 100);

    Graph nextLayer = linkDAO.getNextLayerByReferNodeName(initGraph.getReqNodes(), 30); initGraph.addLayer(nextLayer); 2/7/2015 11
  2. 统计分析与指标量计算 • 点击流(会话) • 来源页 • 着陆页 • 跳出页 •

    站外跳入率 • 全站跳出率 • 会话拆分 2/7/2015 12
  3. 点击流 2/7/2015 13 日志数据 Ip1: t1 a b t2 b

    c t3 c d t4 d e t5 d f t6 b g t7 g h t8 b i a b c d e f g i h 点击流数据:Ip1: a~b~c~d~e~d~f~b~g~h~b~i
  4. 会话拆分 2/7/2015 16 a b c d e f g

    i h 一个会话:Ip1: a~b~c~d~e~d~f~b~g~h~b~i (324852) 多个事务:(794282) a~b~c~d~e a~b~c~d-e a~b~g~h a~b~i 未来:会话分析