1、下载源码包 https://github.com/longxinH/xhprof (wget https://github.com/longxinH/xhprof/archive/master.zip) 下面截图那个是官网的,已经没有维护了,不行了。
2、编译
3、./configure --with-php-config=/usr/local/php/bin/php-config
4、make && make install
5、然后在 /etc/php.ini里面增加 extension=xhprof.so
保存退出。完成,执行php -m可以查看一下。
6、将之前下载的扩展包,移动到网站根目录下
然后直接访问 http://192.168.18.160/xhprof/examples/sample.php
拿到红线画的以后,直接访问 http://192.168.18.160/xhprof/xhprof_html/index.php?run=5ac86cc0cec09&source=xhprof_foo
然后安装 yum install -y graphviz
点击箭头指的地方,就可以看到图形界面
红色代表运行时间长的代码块
http://192.168.18.160/xhprof/xhprof_html/index.php 可以查看历史检测的记录