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前端开发修炼之道 ...
随机推荐
- 《c程序设计语言》读书笔记--统计换行数,空格数,tab数
#include <stdio.h> int main() { int spa = 0,lin = 0,tab = 0; int c; /* spa代表空格个数,tab代表制表符个数,li ...
- guidelines for contributing Hearthstone-Deck-Tracker
https://github.com/Epix37/Hearthstone-Deck-Tracker/blob/master/CONTRIBUTING.md Coding style Always u ...
- leetcode:Rotate Array
Rotate an array of n elements to the right by k steps. For example, with n = 7 and k = 3, the array ...
- 转:java中scanner类的用法
声明:本文转自百度经验:http://jingyan.baidu.com/article/e73e26c0c74a1f24adb6a7fb.html Scanner是SDK1.5新增的一个类,可是使用 ...
- D3D中深度测试和Alpha混合的关系
我在学习D3D的深度测试和Alpha混合的时候,有一些遗憾.书上提供的例子里说一定要先渲染不透明物体,再渲染透明物体,对渲染状态的设置也有特殊要求.我看的很晕.自己查图形学的书,上网找资料,结果还是糊 ...
- 如何将SQLite数据库(dictionary.db文件)与apk文件一起发布
可以将dictionary.db文件复制到Eclipse Android工程中的res\raw目录中,如图1所示.所有在res\raw目录中的文件不会被压缩,这样可以直接提取该目录中的文件.使 用 ...
- js如何判断一个对象是不是Array
typeof 操作符 对于Function, String, Number ,Undefined 等几种类型的对象来说,他完全可以胜任,但是为Array时 var arr=new Array(&quo ...
- HDU 2870 Largest Submatrix
这三道题的关系是这样的,1505是1506的加强版,2870又是1505的加强版 如果按照上面由简到易的顺序来做的话,还是很简单的 这道题的思想就是 枚举+DP 因为某些字符可以变值,所以我们枚举a, ...
- USACO 2013 Nov Silver Pogo-Cow
最近因为闲的蛋疼(停课了),所以开始做一些 USACO 的银组题.被完虐啊 TAT 貌似 Pogo-Cow 这题是 2013 Nov Silver 唯一一道可说的题目? Pogo-Cow Descri ...
- iOS 5.0 后UIViewController新增:willMoveToParentViewController和didMoveToParentViewCon
在iOS 5.0以前,我们在一个UIViewController中这样组织相关的UIView 在以前,一个UIViewController的View可能有很多小的子view.这些子view很多时候 ...
