]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/js_stat.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_stat.d.1m
1 .TH js_stat.d 1m   "$Date:: 2007-10-03 #$" "USER COMMANDS"
2 .SH NAME
3 js_stat.d - JavaScript operation stats using DTrace.
4 .SH SYNOPSIS
5 .B js_stat.d
6 [interval [count]]
7 .SH DESCRIPTION
8 This traces activity from all browsers on the system that are
9 running with JavaScript provider support.
10
11 The numbers are counts for the interval specified. The default interval
12 is 1 second.
13
14 Filename and function names are printed if available.
15 .SH OS
16 Any
17 .SH STABILITY
18 Evolving - uses the DTrace JavaScript provider, which may change 
19 as additional features are introduced. Check JavaScript/Readme
20 to see what version these scripts are based on.
21 .SH EXAMPLES
22 .TP
23 Default output,
24
25 .B js_stat.d
26 .PP
27 .SH FIELDS
28 .TP
29 EXEC/s
30 JavaScript programs executed per second
31 .TP
32 FUNCS/s
33 Functions called, per second
34 .TP
35 OBJNEW/s
36 Objects created, per second
37 .TP
38 OBJFRE/s
39 Objects freed (finalize), per second
40 .PP
41 .SH DOCUMENTATION
42 See the DTraceToolkit for further documentation under the 
43 Examples, Notes and Docs directories. The example files may be
44 especially useful as they aim to demonstrate how to interpret
45 the output.
46 .SH EXIT
47 js_stat.d will run until Ctrl-C is hit.
48 .SH AUTHOR
49 Brendan Gregg
50 [CA, USA]
51 .SH SEE ALSO
52 dtrace(1M)