]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/js_flow.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 / js_flow.d.1m
1 .TH js_flow.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 js_flow.d - snoop JavaScript execution showing function flow using DTrace.
4 .SH SYNOPSIS
5 .B js_flow.d
6
7 .SH DESCRIPTION
8 This traces activity from all browsers on the system that are running
9 with JavaScript provider support.
10
11 Filename and function names are printed if available.
12 .SH OS
13 Any
14 .SH STABILITY
15 Evolving - uses the DTrace JavaScript provider, which may change 
16 as additional features are introduced. Check JavaScript/Readme
17 to see what version these scripts are based on.
18 .SH EXAMPLES
19 .TP
20 Default output,
21
22 .B js_flow.d
23 .PP
24 .SH FIELDS
25 .TP
26 C
27 CPU-id
28 .TP
29 TIME(us)
30 Time since boot, us
31 .TP
32 FILE
33 Filename that this function belongs to
34 .TP
35 FUNC
36 Function name
37 .SH LEGEND
38 .TP
39 \->
40 function entry
41 .TP
42 <\-
43 function return
44 .SH WARNING
45 Watch the first column carefully, it prints the CPU-id. If it
46 changes, then it is very likely that the output has been shuffled.
47 .PP
48 .SH DOCUMENTATION
49 See the DTraceToolkit for further documentation under the 
50 Examples, Notes and Docs directories. The example files may be
51 especially useful as they aim to demonstrate how to interpret
52 the output.
53 .SH EXIT
54 js_flow.d will run until Ctrl-C is hit.
55 .SH AUTHOR
56 Brendan Gregg
57 [CA, USA]
58 .SH SEE ALSO
59 dtrace(1M)