Web 检测代码 web analysis 开源 open source
1. Grape Web Statistics
Grape Web Statistics is a fairly simple piece of analytics software. Grape is most appealing to those who find Google’s offering to be too much or overwhelming and would like to keep things simple. Grape doesn’t offer a whole lot out of the box, though if you are a good HTML and PHP developer you may be able to extend the software to meet your own unique needs.
Grape shows you some of the most commonly sought-after statistics for your site. This includes the number of visitors, the top referrers, and the operating system of each visitor. These statistics can be shown at hourly, daily, monthly, and annual levels. Specific dates can be chosen as well.
One negative side to Grape is that a new version hasn’t been released in over a year, though I suppose that isn’t so important if it wants to stay minimal in the amount of features it offers.
2. Open Web Analytics
https://github.com/padams/Open-Web-Analytics

Open Web Analytics comes in spot number 2, although it isn’t far away from first place. OWA, as the website calls it, packs a much more powerful punch compared to Grape simply by its massive feature set. The software also features a great user interface that organizes all the different statistics that can be shown. There are lots of different statistics that can be viewed, such as the browser type, geo-location, top pages, search terms, search engines, and ad performance.
OWA also offers some nice visual graphs to represent certain statistics. I found that on all pages, a graph of the current number of visitors for the past few days is shown. I’m not sure if this can be turned off or modified. However, one can tell that much effort was put into making the information visually pleasing and easy to understand. The graphs are also clean, aside from some random entries here and there, such as “Default Browser” when listing the browser types or “Not Set” for geo-location.
3. Piwik Web Analytics
http://piwik.org/download/

So who took the top prize? That goes to Piwik, my personal favorite for open source web analytics tools. Piwik currently has the most extensive feature set out of the three, and is under heavy active development. One of the things Piwik is best at is integration with any site. There are many, many different frameworks such as WordPress and Joomla! that have plugins for Piwik, and for any other sites you can simply add a self-generated snippet of code to your footer.
Piwik also offers easy upgrade paths. It will notify you whenever there is an update, which can be installed with a single button, much like WordPress’s style of updating. This makes keeping up with the latest features and bugfixes super easy.
Even better, Piwik lets you set goals so you can actively try to reach those goals. There are many different parameters that you can set, so the sky’s the limit!
Web 检测代码 web analysis 开源 open source的更多相关文章
- 基于opencv的人脸检测的web应用
参考资料 https://github.com/bsdnoobz/web-based-face-detect http://opencv-code.com/projects/web-based-int ...
- Web 前端代码规范
Web 前端代码规范 最后更新时间:2017-06-25 原始文章链接:https://github.com/bxm0927/web-code-standards 此项目用于记录规范的.高可维护性的前 ...
- 毕业设计之zabbix=[web检测
网站对一个公司来说非常重要,里边包含了公司的业务,介绍和订单等相关信息,网站的宕掉了对公司的影响非常重大,所以要很好的对网站的页面进行监控 创建web场景 各部分介绍: Name:唯一的scenari ...
- centos7之zabbix的web检测
一.web监控 Web scenarios(Web 场景)是用来监控Web程序的,可以监控到Web程序的下载速度.返回码及响应时间,还支持把一组连续的Web动作作为一个整体进行监控. 1.web监控的 ...
- web端代码提示
web端代码提示 这个功能是基本完成了,但是与需求不一致.但是废弃挺可惜的,所以就单独拿出来作为一个例子记录一下. 其中还包括了,java代码的自动编译和执行,在web端显示执行结果. 下载链接: h ...
- 360在线网站安全检测,web安全测试AppScan扫描工具,XSS常用的攻击手法
360在线网站安全检测,web安全测试AppScan扫描工具,XSS常用的攻击手法 如何做好网站的安全性测试 360网站安全检测 - 在线安全检测,网站漏洞修复,网站后门检测http://websca ...
- zabbix自定义web检测
zabbix自定义web检测 本博客使用zabbix 版本 4.0.3 Web监控的原理 Web监控即对HTTP服务的监控,模拟用户去访问网站,对特定的结果进行比较,如状态码.返回字符串等特定的数据进 ...
- 12.2 Web窗体--代码片段详解
第12章 使用Web窗体 ※ 除常规HTML元素之外,Web窗体文件还包含另外3种内容:代码片段.可编程HTML元素和控件 ※ 代码隐藏类只应包含特定于单个Web窗体的代码.如果存在多个Web窗体 ...
- 编写高质量代码:Web前端开发修炼之道(一)
最近老大给我们买来一些技术方面的书籍,其实很少搬着一本书好好的完整的看完过,每每看电子档的,也是打游击式的看看这章,瞅瞅那章,在那5本书中挑了一本比较单薄的<编写高质量代码web前端开发修炼之道 ...
随机推荐
- 2-Medium下的MultipleCommandAssembly
1.首先创建一个控制台项目 2.添加引用[红色的都是将项目添加为引用,其中蓝色的log4net是直接从源代码下的Reference文件夹下引用的dll] 3.写代码 1)首先将config配置好[ht ...
- [HIHO1174]拓扑排序·一(拓扑排序)
题目链接:http://hihocoder.com/problemset/problem/1174 题意:判断一个有向图是否有环,用拓扑排序,结论就是每次取出点的时候统计一下现在剩下几个点,最后没有剩 ...
- oracle教程:PLSQL常用方法汇总
oracle教程:PLSQL常用方法汇总 在SQLPLUS下,实现中-英字符集转换alter session set nls_language='AMERICAN';alter session set ...
- HeadFirst 13 (包装器, 过滤器) not Finish
过滤器准许你拦截请求 容器管理过滤器的生命周期 都在DD中声明
- HTML5中的localStorage用法
存储数据的方法就是直接给window.localStorage添加一个属性,例如:window.localStorage.name 或者 window.localStorage["name& ...
- HDU 5371 Hotaru's problem (Manacher,回文串)
题意:给一个序列,找出1个连续子序列,将其平分成前,中,后等长的3段子序列,要求[前]和[中]是回文,[中]和[后]是回文.求3段最长为多少?由于平分的关系,所以答案应该是3的倍数. 思路:先Mana ...
- 【英语】Bingo口语笔记(37) - 动物的多种表达
let the cat out of the bag.不在袋子中的猫 指秘密被泄露 dog tired 累成狗 doggy bag 食品袋
- openssl rsa 加解密
<h4>1.openssl进行rsa加密解密</h4>首先介绍下命令台下openssl工具的简单使用:生成一个密钥:<pre lang="c" esc ...
- Heritrix源码分析(十五) 各种问题总结(转)
开博客以及建立Heritrix 群有一段时间了(这里谢谢大家的关注),这篇博客将整理这段时间所遇到的问题.同时由于自己从今年5月份开始就不怎么接触Heritrix,很多东西开始遗忘(不过里面思想没忘) ...
- Java反射基本玩法
三个主要的反射类 Class反射对象描述类语义结构,可以从Class对象中获取构造函数.成员变量.方法类等元素的反射对象,并以编程的方式通过这些反射对象对目标类对象进行操作.这些反射对象类在java. ...
