]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/pl_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 / pl_syscalls.d.1m
1 .TH pl_syscalls.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 pl_syscalls.d - count Perl subroutine calls and syscalls using DTrace.
4 .SH SYNOPSIS
5 .B pl_syscalls.d
6 { \-p PID | \-c cmd }   
7 .SH DESCRIPTION
8 Filename and subroutine names are printed if available.
9 The filename for syscalls may be printed as "perl", if the program
10 was invoked using the form "perl filename" rather than running the
11 program with an interpreter line.
12 .SH OS
13 Any
14 .SH STABILITY
15 Evolving - uses the DTrace Perl provider, which may change 
16 as additional features are introduced. Check Perl/Readme
17 to see what version these scripts are based on.
18 .SH EXAMPLES
19 .TP
20 Default output,
21
22 .B pl_syscalls.d
23 .PP
24 .SH FIELDS
25 .TP
26 FILE
27 Filename of the Perl program
28 .TP
29 TYPE
30 Type of call (sub/syscall)
31 .TP
32 NAME
33 Name of call
34 .TP
35 COUNT
36 Number of calls during sample
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 pl_syscalls.d will run until Ctrl-C is hit.
45 .SH AUTHOR
46 Brendan Gregg
47 [CA, USA]
48 .SH SEE ALSO
49 dtrace(1M)