]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/kstat_types.d.1m
MFC r368207,368607:
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / kstat_types.d.1m
1 .TH kstat_types.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 kstat_types.d \- Trace kstat reads with type info. Uses DTrace.
4 .SH SYNOPSIS
5 .B kstat_types.d
6 .SH DESCRIPTION
7 kstat is the Kernel Statistics framework, which is used by tools
8 such as vmstat, iostat, mpstat and sar. Try running vmstat while
9 kstat_types.d is tracing - you should see details of the kstat
10 reads performed.
11
12 Since this uses DTrace, only the root user or users with the
13 dtrace_kernel privilege can run this command.
14 .SH OS
15 Solaris
16 .SH STABILITY
17 unstable - this script uses fbt provider probes which may change for
18 future updates of the OS, invalidating this script. Please read
19 Docs/Notes/ALLfbt_notes.txt for further details about these fbt scripts.
20 .SH EXAMPLES
21 .TP
22 Trace kstat reads as they occur,
23
24 .B kstat_types.d
25 .PP
26 .SH FIELDS
27 .TP
28 CMD
29 command name
30 .TP
31 CLASS
32 kstat class (ks_class)
33 .TP
34 TYPE
35 kstat type as a string (ks_type)
36 .TP
37 MOD:INS:NAME
38 kstat module:instance:name
39 .PP
40 .SH DOCUMENTATION
41 See the DTraceToolkit for further documentation under the 
42 Docs directory. The DTraceToolkit docs may include full worked
43 examples with verbose descriptions explaining the output.
44 .SH EXIT
45 kstat_types.d will trace until Ctrl\-C is hit. 
46 .SH AUTHOR
47 Brendan Gregg
48 [Sydney, Australia]
49 .SH SEE ALSO
50 dtrace(1M), kstat(1M), kstat(3KSTAT)