XHProf分析PHP性能

Posted 思此狂

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了XHProf分析PHP性能相关的知识,希望对你有一定的参考价值。

XHProf 扩展安装

git clone https://github.com/longxinH/xhprof
cd /xhprof/extension
phpize && ./configure --with-php-config=/usr/local/php/bin/php-config
make && make install 

 yaconf.directory=/tmp/yaconf/
 xhprof.output_dir=/tmp/xhprof

 




以上是关于XHProf分析PHP性能的主要内容,如果未能解决你的问题,请参考以下文章

使用XHProf分析PHP性能瓶颈

使用XHProf分析PHP性能瓶颈

XHProf分析PHP性能

php 性能分析工具 xhprof 使用

PHP性能追踪及分析工具xhprof的安装与使用

php7 安装xhprof