|
NAMEintbycpu.d - interrupts by CPU. Uses DTrace. SYNOPSISintbycpu.d DESCRIPTIONintbycpu.d is based on a DTrace OneLiner to a report of the number of interrupts by CPU. The intrstat(1M) command can be used for further analysis of interrputs. Docs/oneliners.txt and Docs/Examples/oneliners_examples.txt in the DTraceToolkit contain this as a oneliner that can be cut-n-paste to run. Since this uses DTrace, only the root user or users with the dtrace_kernel privilege can run this command. OSSolaris STABILITYstable - needs the sdt provider interrupt probes. EXAMPLES
FIELDS
DOCUMENTATIONSee the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit docs may include full worked examples with verbose descriptions explaining the output. EXITintbycpu.d will sample until Ctrl-C is hit. AUTHORBrendan Gregg [Sydney, Australia] SEE ALSOintrstat(1M), dtrace(1M)
|