Coder Social home page Coder Social logo

tenglan's Introduction

TengLan

基于用户视角的网站访问质量分析监测项目

#安装使用

服务器端: python manage.py runserver 0.0.0.0:9000 python manage.py run_analyzer #实时后台分析程序

客户端: 在你想要监测的网站首页文件底部加入以下代码: <script src="/static/analyse_node/tenglan.js"></script> #监测代码

<!-- TengLan Analytics -->

<script>
sniffer.report_url = 'http://127.0.0.1:9000/api/data/report/'; #监测结果汇报地址
sniffer.bandwith_test_img = 'http://www.baidu.com'; #如果要测试用户带宽,指定下载测试图片
sniffer.site_id = 1; #这是在服务器端帮这个站点分配的站点id
sniffer.bandwith_test_img_size = 2500; #写清楚你要测试下载的图片大小,不测试带宽的话不需要

sniffer.collect(sniffer); #开始收集数据并向服务器端汇报
</script>

技术交流群: Python花式撩妹之路 304154367

项目截图: *注:由于是课件,所以功能未完全实现 image image image image image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.