PHP---> xhprof installation and use

Source: Internet
Author: User
Xhprof Introduction
  • Xhprof is a performance tool for a Web site
Installation (LNMP)
php --ri xhprof #检查php是否有这个扩展cd xhprof-0.9.4/xhprof-0.9.4/extension/phpize./configuremakesudo make install//在php.ini中加入此扩展:extension = xhprof.so//设置缓存文件存放位置xhprof.output_dir=/www/logs/xhprof//最后要重启php-fpm
  • If you want to display the view, also install the Graphviz tool, the installation method is not verbose

    Use
  • Key two points to use:
    • The first is whether Runid is generated correctly
    • Visit http://localhost/ddd/xhprof/xhprof_html/index.php
      You can see the log generated by each request in the form of a list, click to see the relevant performance analysis data
Problems encountered
  • Because some HTML files and PHP files in the xhprof are to be called by the project, while the xhprof is quite a small framework, it is also possible to run it in the WWW root directory or to customize the configuration
  • When you set the cache file location, you should pay attention to the file permissions, or it will cause the xhprof not to go in and cause error.

PHP---> xhprof installation and use

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.