]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/php_syscalls.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_syscalls.d.1m
1 .TH php_syscalls.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 php_syscalls.d - count PHP function calls and syscalls using DTrace.
4 .SH SYNOPSIS
5 .B php_syscalls.d
6
7 .SH DESCRIPTION
8 This traces syscalls that occured during a PHP function call.
9
10 Filename and function names are printed if available.
11 The filename for syscalls may be printed as "php", if the program
12 was invoked using the form "php filename" rather than running the
13 program with an interpreter line.
14 .SH OS
15 Any
16 .SH STABILITY
17 Evolving - uses the DTrace Php provider, which may change 
18 as additional features are introduced. Check Php/Readme
19 to see what version these scripts are based on.
20 .SH EXAMPLES
21 .TP
22 Default output,
23
24 .B php_syscalls.d
25 .PP
26 .SH FIELDS
27 .TP
28 PID
29 Process ID
30 .TP
31 FILE
32 Filename of the PHP program
33 .TP
34 TYPE
35 Type of call (func/syscall)
36 .TP
37 NAME
38 Name of call
39 .TP
40 COUNT
41 Number of calls during sample
42 .PP
43 .SH DOCUMENTATION
44 See the DTraceToolkit for further documentation under the 
45 Examples, Notes and Docs directories. The example files may be
46 especially useful as they aim to demonstrate how to interpret
47 the output.
48 .SH EXIT
49 php_syscalls.d will run until Ctrl-C is hit.
50 .SH AUTHOR
51 Brendan Gregg
52 [CA, USA]
53 .SH SEE ALSO
54 dtrace(1M)