]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/php_cpudist.d.1m
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / php_cpudist.d.1m
1 .TH php_cpudist.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 php_cpudist.d - measure PHP on-CPU times for functions.
4 .SH SYNOPSIS
5 .B php_cpudist.d
6
7 .SH DESCRIPTION
8 This traces PHP activity from all programs running on the system with
9 PHP provider support.
10
11 This script prints distribution plots of elapsed time for PHP
12 operations. Use php_cputime.d for summary reports.
13
14 Filename and function names are printed if available.
15 .SH OS
16 Any
17 .SH STABILITY
18 Evolving - uses the DTrace Php provider, which may change 
19 as additional features are introduced. Check Php/Readme
20 to see what version these scripts are based on.
21 .SH EXAMPLES
22 .TP
23 Default output,
24
25 .B php_cpudist.d
26 .PP
27 .SH FIELDS
28 .TP
29 1
30 Filename of the PHP program
31 .TP
32 2
33 Type of call (func)
34 .TP
35 3
36 Name of call
37 .PP
38 .SH DOCUMENTATION
39 See the DTraceToolkit for further documentation under the 
40 Examples, Notes and Docs directories. The example files may be
41 especially useful as they aim to demonstrate how to interpret
42 the output.
43 .SH EXIT
44 php_cpudist.d will run until Ctrl-C is hit.
45 .SH AUTHOR
46 Brendan Gregg
47 [CA, USA]
48 .SH SEE ALSO
49 dtrace(1M)