]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/cputypes.d.1m
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / cddl / contrib / dtracetoolkit / Man / man1m / cputypes.d.1m
1 .TH cputypes.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 cputypes.d \- list CPU types. Uses DTrace.
4 .SH SYNOPSIS
5 .B cputypes.d
6 .SH DESCRIPTION
7 This program lists CPU type information for the online CPUs 
8 in the system.
9
10 Since this uses DTrace, only the root user or users with the
11 dtrace_kernel privilege can run this command.
12 .SH OS
13 Solaris
14 .SH STABILITY
15 stable.
16 .SH EXAMPLES
17 .TP
18 List CPU types,
19
20 .B cputypes.d
21 .PP
22 .SH FIELDS
23 .TP
24 CPU
25 CPU ID
26 .TP
27 CHIP
28 chip ID
29 .TP
30 PSET
31 processor set ID
32 .TP
33 LGRP
34 latency group ID
35 .TP
36 CLOCK
37 clock speed, MHz
38 .TP
39 TYPE
40 CPU type
41 .TP
42 FPU
43 floating point identifier type
44 .PP
45 .SH DOCUMENTATION
46 See the DTraceToolkit for further documentation under the 
47 Docs directory. The DTraceToolkit docs may include full worked
48 examples with verbose descriptions explaining the output.
49 .SH AUTHOR
50 Brendan Gregg
51 [Sydney, Australia]
52 .SH SEE ALSO
53 psrinfo(1M), dtrace(1M)
54