|
NAMEhotkernel - sample on-CPU kernel-level functions and modules. SYNOPSIShotkernel [-hm] DESCRIPTIONThis samples the on-CPU function at 1001 Hertz, for a simple yet effective kernel-level profiling tool for sampling exclusive function time. The output will identify which function is on the CPU the most - which is the hottest. See Notes/ALLexclusive_notes.txt for an explanation of exclusive time. OSSolaris STABILITYstable - Written using Perl and DTrace (Solaris 10 03/05) EXAMPLES
DOCUMENTATIONSee the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit docs may include full worked examples with verbose descriptions explaining the output. EXIThotkernel will run until Ctrl-C is hit. AUTHORBrendan Gregg [CA, USA] SEE ALSOdtrace(1M), hotuser(1M)
|