]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/loads.d.1m
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / loads.d.1m
1 .TH loads.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 loads.d \- print load averages. Uses DTrace.
4 .SH SYNOPSIS
5 .B loads.d
6 .SH DESCRIPTION
7 These are the same load averages that the "uptime" command prints.
8 The purpose of this script is to demonstrate fetching these values
9 from the DTrace language.
10
11 The first field is the 1 minute average, the second is the 5 minute,
12 and the third is the 15 minute average. The value represents the average
13 number of runnable threads in the system, a value higher than your
14 CPU (core/hwthread) count may be a sign of CPU saturation.
15
16 Since this uses DTrace, only the root user or users with the
17 dtrace_kernel privilege can run this command.
18 .SH OS
19 Solaris
20 .SH STABILITY
21 unstable - uses kernel symbols, which may change for a future version
22 of this OS.
23 .SH EXAMPLES
24 .TP
25 Print load averages,
26
27 .B loads.d
28 .PP
29 .SH DOCUMENTATION
30 See the DTraceToolkit for further documentation under the 
31 Docs directory. The DTraceToolkit docs may include full worked
32 examples with verbose descriptions explaining the output.
33 .SH AUTHOR
34 Brendan Gregg
35 [Sydney, Australia]
36 .SH SEE ALSO
37 uptime(1), dtrace(1M)
38