marionjson / xhprof_ext

composer 自定义包

v1.0 2021-01-18 07:51 UTC

This package is auto-updated.

Last update: 2024-09-25 15:45:16 UTC


README

xhprof_ext

环境

  • PHP 7.1+.
  • xhprof 或 tideways_xhprof 需要7.0以上环境支持
  • redis 3.0+
  • mongo 4.2+

安装

composer require marionjson/xhprof_ext

引入方式

  • main.php 为引导入口
### apache
php_admin_value auto_prepend_file "~/main.php"

### nginx 
fastcgi_param PHP_VALUE "~/main.php"

mongo 存储桶

  • performanceStatistics:性能分析详情队列KEY

redis 存储桶

  • TrafficShaperKey:令牌桶KEY

时间损耗

real    0m0.096s
user    0m0.000s
sys     0m0.015s

数据存储呈现效果

avatar