]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/uname-a.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 / uname-a.d.1m
1 .TH uname\-a.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 uname\-a.d \- "uname \-a" demo in DTrace. Uses DTrace.
4 .SH SYNOPSIS
5 .B uname\-a.d
6 .SH DESCRIPTION
7 This has been written to demonstrate fetching the "uname -a" info
8 from a DTrace script, which turns out to be all kernel variables.
9 This is intended as a starting point for other DTrace scripts, by
10 beginning with familiar statistics.
11
12 Since this uses DTrace, only the root user or users with the
13 dtrace_kernel privilege can run this command.
14 .SH OS
15 Solaris
16 .SH STABILITY
17 unstable - uses various kernel symbols.
18 .SH EXAMPLES
19 .TP
20 Print system call counts every second,
21
22 .B uname\-c.d
23 .PP
24 .SH FIELDS
25 See uname(1) manpage for documentation.
26 .PP
27 .SH DOCUMENTATION
28 See the DTraceToolkit for further documentation under the 
29 Docs directory. The DTraceToolkit docs may include full worked
30 examples with verbose descriptions explaining the output.
31 .SH AUTHOR
32 Brendan Gregg
33 [Sydney, Australia]
34 .SH SEE ALSO
35 uname(1), dtrace(1M)