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前端开发修炼之道 ...
随机推荐
- 自动化测试LoadRunner
这个地址应该比较的好下载,以前找的地址都是需要输入一些相关的信息.这个只需要有一个HP的注册账号就可下载,记下来.以备后用: 下载地址: http://www8.hp.com/us/en/softwa ...
- [C]判断一个文件是否是jpg格式
同学要帮忙写的,用opencv的imread打开文件看抛出的异常来判断这种抖机灵的姿势就不写了… 首先知道jpg文件是以0xFFD8开始,以0xFFD9结尾的.所以直接拿来fseek fread,异或 ...
- java 文件text的写入
日志文件 OutputStream out = new FileOutputStream(f, true); if (list1.size() > 0) { int h1 = 0; for (i ...
- UVa 10250 The Other Two Trees
还是读了很长时间的题,不过题本身很简单. 可以把四棵树想象成正方形的四个顶点,已知两个相对顶点的坐标,求另外两个坐标. 不过,原题可没直接这么说,中间需要一些小证明. 题中说有一个平行四边形然后分别以 ...
- Swustoj题目征集计划
SWUST OJ题目征集计划 鉴于SWUST OJ长时间没有新题添加,题目数量和类型有限,同时也为加强同学们之间的算法交流,享受互相出题AC的乐趣,提高算法水平,现在启动题目征集计划啦~ 当你遇到 ...
- 微信开发小结-PHP
功能点: 1. 网页授权获得微信用户信息 用户在微信客户端中访问第三方网页,公众号可以通过微信网页授权机制,来获取用户基本信息,进而实现业务逻辑. 注意点:Scope为snsapi_base 只能获 ...
- ecshop显示所有分类树栏目
1.找到 category.php 和goods.php 两个文件修改: $smarty->assign('categories', get_categories_tree(0)); // 分类 ...
- php的类型约束
//如下面的类 class MyClass { /** * 测试函数 * 第一个参数必须为 OtherClass 类的一个对象 */ public function test(OtherClass $ ...
- AIX 第6章 指令记录
AIX 存储管理 物理卷的概念和管理 卷组的概念和管理 逻辑卷的基本概念和管理 文件系统在逻辑卷上构建 日志文件系统的管理 镜像提高数据可用性 应用系统所需的存储切换 换页空间的功能和管理 在 ...
- 获取当前匹配元素 包括自身的html
$(".test").prop("outerHTML"); 来自为知笔记(Wiz)