]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/dispqlen.d.1m
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / cddl / contrib / dtracetoolkit / Man / man1m / dispqlen.d.1m
1 .TH dispqlen.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 dispqlen.d \- dispatcher queue length by CPU. Uses DTrace.
4 .SH SYNOPSIS
5 .B dispqlen.d
6 .SH DESCRIPTION
7 The dispatcher queue length is an indication of CPU saturation.
8 It is not an indicatior of utilisation - the CPUs may or may not be
9 utilised when the dispatcher queue reports a length of zero.
10
11 This script measures this activity by sampling at 1000 Hertz per CPU.
12
13 Since this uses DTrace, only the root user or users with the
14 dtrace_kernel privilege can run this command.
15 .SH OS
16 Solaris
17 .SH STABILITY
18 unstable - walks private kernel structs.
19 .SH EXAMPLES
20 .TP
21 Print dispatcher queue length by CPU.
22
23 .B dispqlen.d
24 .PP
25 .SH DOCUMENTATION
26 See the DTraceToolkit for further documentation under the 
27 Docs directory. The DTraceToolkit docs may include full worked
28 examples with verbose descriptions explaining the output.
29 .SH EXIT
30 dispqlen.d will sample until Ctrl-C is hit.
31 .SH AUTHOR
32 Brendan Gregg
33 [Sydney, Australia]
34 .SH SEE ALSO
35 uptime(1), dtrace(1M)
36