]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/pathopens.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 / pathopens.d.1m
1 .TH pathopens.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 pathopens.d \- full pathnames opened ok count. Uses DTrace.
4 .SH SYNOPSIS
5 .B pathopens.d
6 .SH DESCRIPTION
7 This program prints a count of the number of times files have been
8 successfully opened. This is somewhat special in that the full pathname
9 is calculated, even if the file open referred to a relative pathname.
10
11 Since this uses DTrace, only the root user or users with the
12 dtrace_kernel privilege can run this command.
13 .SH OS
14 Solaris
15 .SH STABILITY
16 stable - needs the syscall provider.
17 .SH EXAMPLES
18 .TP
19 This samples until Ctrl\-C is hit.
20
21 .B pathopens.d
22 .PP
23 .SH FIELDS
24 .TP
25 PATHNAME
26 full pathname
27 .TP
28 COUNT
29 number of successful opens
30 .PP
31 .SH DOCUMENTATION
32 See the DTraceToolkit for further documentation under the 
33 Docs directory. The DTraceToolkit docs may include full worked
34 examples with verbose descriptions explaining the output.
35 .SH EXIT
36 pathopens.d will sample until Ctrl\-C is hit.
37 .SH SEE ALSO
38 opensnoop(1M), dtrace(1M)