statistics:使用 PHP + Swoole 实现的统计监控系统

Posted Wss0130

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了statistics:使用 PHP + Swoole 实现的统计监控系统相关的知识,希望对你有一定的参考价值。

说明

statistics是一个以swoole作为服务器容器的统计监控系统。
statisitcs使用php开发,无需安装mysql等数据库,无需安装php-fpm等软件。
statistics包含了客户端和服务端,客户端是一个类库,通过函数调用的方式以UDP协议上报数据给服务端。
statistics服务端接收上报数据然后汇总展示。
statistics以曲线图、饼图和表格的方式展示请求量、耗时、成功率、错误日志等。

依赖

PHP 5.3+
Swoole 1.7.18
Linux, OS X and basic Windows support

Swoole

安装

参考:https://blog.csdn.net/Wss0130/article/details/104623187

Statistics

下载

如目录:/data0/www/htdocs/

git clone https://github.com/smalleyes/statistics.git

修改配置

·配置文件位于:doc/statistics.conf
·复制文件statistics.conf到nginx(如:/usr/local/matrix/etc/virtualhost/)
·修改nginx配置(如:root   /data0/www/htdocs/statistics/Web)
·重启nginx或重新加载nginx配置文件(如:/usr/local/matrix/sbin/tengine -s reload)
·配置hoshs文件,绑定ip域名对应关系(如:10.26.27.95 tongji.val.xyz)
·开启守护进程模式:Config/Server.php的daemonize选项为TRUE(配置信息都在Config目录下)。

运行

·启动swoole服务,php web.php与php worker.php
·打开浏览器访问绑定的域名(如:http://tongji.val.xyz)

参考

http://www.itboth.com/d/EZZbyy/swoole-php
https://blog.csdn.net/Wss0130/article/details/104623187

以上是关于statistics:使用 PHP + Swoole 实现的统计监控系统的主要内容,如果未能解决你的问题,请参考以下文章

在WSL中安装swool报错 error: unrecognized command line option '-V' 的解决方法

statistics:使用 PHP + Swoole 实现的统计监控系统

statistics:使用 PHP + Swoole 实现的统计监控系统

statistics:使用 PHP + Swoole 实现的统计监控系统

statistics:使用 PHP + Swoole 实现的统计监控系统

swoole扩展安装