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前端开发修炼之道 ...
随机推荐
- Linux同步机制(一) - 线程锁
1 互斥锁 在线程实际运行过程中,我们经常需要多个线程保持同步. 这时可以用互斥锁来完成任务.互斥锁的使用过程中,主要有 pthread_mutex_init pthread_mutex_destor ...
- 瞎折腾之Mvc WebApi的使用以及跨域问题
在公司经常会用到调用接口的情况,但是一直是用的webservice,我感觉真是太笨重了.虽然某些人感觉用的很爽.非常爽.比如说:公司在开发的时候需要对接另一组的接口,然后就只能是指定端口和ip到他的电 ...
- 转: sqlserver常用sql语句,更改字段,建立唯一键,多个字段去重复等
[sql] view plain copy print?在CODE上查看代码片派生到我的代码片 --修改字段类型: --alter table 表名 alter column 待修改字段名 待修改字段 ...
- HDU 1317 XYZZY【Bellman_Ford判断正环】
题意:给出n个房间,初始在房间1有100的能量值,每次进入一个房间,能量值可能增加也可能减小,(是点权,不是边权),问能否到达终点的时候能量值还为正 这题自己写的时候wa--wa-- 后来看了题解,还 ...
- BZOJ3028: 食物
题目:http://www.lydsy.com/JudgeOnline/problem.php?id=3028 题解:列出母函数乘起来化简之后再展开,用插板法即可. 代码: #include<c ...
- 如何快速delete数据
苦于qa账号,木有drop,truncate权限,同步数据要挨个delete表里边的数据,就写了个脚本,循环删除某个目标库的所有表里边的数据. 先在information_schema的库里边,通过T ...
- 学会简单使用log4j
简单配置: ### ??Logger?????????? ### ##log4j.rootLogger=debug, stdout,logfile log4j.rootLogger=debug, st ...
- 凸优化简介 Convex Optimization Overview
最近的看的一些内容好多涉及到凸优化,没时间系统看了,简单的了解一下,凸优化的两个基本元素分别是凸函数与凸包 凸集 凸集定义如下: 也就是说在凸集内任取两点,其连线上的所有点仍在凸集之内. 凸函数 凸函 ...
- 深入理解ob_flush/flush
ob_flush/flush在手册中的描述, 都是刷新输出缓冲区, 并且还需要配套使用, 所以会导致很多人迷惑… 其实, 他们俩的操作对象不同, 有些情况下, flush根本不做什么事情.. ob_* ...
- 【英语】Bingo口语笔记(67) - turn系列
