< Home - < Back

xhprof


Information about the package, xhprof, which is shipped with common Linux distributions. The xhprof package is designed for, A Hierarchical Profiler for PHP - Web interface.


Package Name:

xhprof

Summary:

A Hierarchical Profiler for PHP - Web interface

Description:

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface. The raw data collection component, implemented in C (as a PHP extension, provided by the "php-pecl-xhprof" package). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each function. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs. Documentation : /usr/share/doc/xhprof-0.9.4/index.html

Architecture:

noarch

Version:

0.9.4

Release:

1.el6

Size:

797 k

Repository:

epel

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for xhprof


Control the xhprof package with the following handy commands outlined below.


Command

Description of Command

yum install xhprof

This command will install xhprof on the server.

yum remove xhprof

This command will un-install xhprof on the server. When you run this command, you will be asked if you are sure that you want to remove xhprof, so you have to manually confirm that you want to do this.

yum -y remove xhprof

This command will un-install xhprof on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove xhprof when using the -y flag.

yum update xhprof

This command will update xhprof to the latest version. When you run this command, you will be asked if you are sure that you want to remove xhprof, so you have to manually confirm that you want to do this.

yum -y update xhprof

This command will update xhprof to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove xhprof when using the -y flag.

yum info xhprof

This command will show you core information about the xhprof package.

yum deplist xhprof

This command will show you the dependencies for xhprof. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update xhprof

This command will check if there is an update waiting on xhprof. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.