aboutsummaryrefslogtreecommitdiff
path: root/Man/man1m/intoncpu.d.1m
diff options
context:
space:
mode:
Diffstat (limited to 'Man/man1m/intoncpu.d.1m')
-rw-r--r--Man/man1m/intoncpu.d.1m42
1 files changed, 42 insertions, 0 deletions
diff --git a/Man/man1m/intoncpu.d.1m b/Man/man1m/intoncpu.d.1m
new file mode 100644
index 000000000000..ec52b815236d
--- /dev/null
+++ b/Man/man1m/intoncpu.d.1m
@@ -0,0 +1,42 @@
+.TH intoncpu.d 1m "$Date:: 2007-08-05 #$" "USER COMMANDS"
+.SH NAME
+intoncpu.d \- print interrput on-cpu usage. Uses DTrace.
+.SH SYNOPSIS
+.B intoncpu.d
+.SH DESCRIPTION
+This 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.
+.SH OS
+Solaris
+.SH STABILITY
+stable - needs the sdt provider interrupt probes.
+.SH EXAMPLES
+.TP
+This samples until Ctrl\-C is hit.
+#
+.B intoncpu.d
+.PP
+.SH FIELDS
+.TP
+value
+Time interrupt thread was on-cpu, ns
+.TP
+count
+Number of occurrences of at least this time
+.PP
+.SH BASED ON
+/usr/demo/dtrace/intr.d
+.PP
+.SH DOCUMENTATION
+DTrace 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.
+.SH EXIT
+intoncpu.d will sample until Ctrl\-C is hit.
+.SH SEE ALSO
+intrstat(1M), dtrace(1M)
+