]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/hotkernel.1m
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / hotkernel.1m
1 .TH hotkernel 1m   "$Date:: 2007-09-24 #$" "USER COMMANDS"
2 .SH NAME
3 hotkernel - sample on-CPU kernel-level functions and modules.
4 .SH SYNOPSIS
5 .B hotkernel
6 [\-hm]
7 .SH DESCRIPTION
8 This samples the on-CPU function at 1001 Hertz, for a simple yet
9 effective kernel-level profiling tool for sampling exclusive function time.
10 The output will identify which function is on the CPU the most - which is
11 the hottest. See Notes/ALLexclusive_notes.txt for an explanation of
12 exclusive time.
13 .SH OS
14 Solaris
15 .SH STABILITY
16 stable - Written using Perl and DTrace (Solaris 10 03/05)
17 .SH EXAMPLES
18 .TP
19 Sample kernel functions,
20
21 .B hotkernel
22 .PP
23 .TP
24 Sample kernel modules,
25 #
26 .B hotkernel
27 \-m
28 .PP
29 .SH DOCUMENTATION
30 See the DTraceToolkit for further documentation under the 
31 Docs directory. The DTraceToolkit docs may include full worked
32 examples with verbose descriptions explaining the output.
33 .SH EXIT
34 hotkernel will run until Ctrl-C is hit.
35 .SH AUTHOR
36 Brendan Gregg
37 [CA, USA]
38 .SH SEE ALSO
39 dtrace(1M), hotuser(1M)