|
NAMEintoncpu.d - print interrput on-cpu usage. Uses DTrace. SYNOPSISintoncpu.d DESCRIPTIONThis prints a distribution of the on-cpu time for interrput threads. 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
BASED ON/usr/demo/dtrace/intr.d DOCUMENTATIONDTrace Guide "sdt Provider" chapter (docs.sun.com) See the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit docs may include full worked examples with verbose descriptions explaining the output. EXITintoncpu.d will sample until Ctrl-C is hit. SEE ALSOintrstat(1M), dtrace(1M)
|