~ubuntu-branches/debian/sid/powerpc-ibm-utils/sid

« back to all changes in this revision

Viewing changes to man/ppc64_cpu.8

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2015-04-13 11:14:55 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20150413111455-a72phdrwz4ds6jpq
Tags: 1.2.25-1
* New upstream release, with LE and hotplug fixes (LP: #1441856)
* Drop our ppc64_cpu manpage, upstream has written a better one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"
 
2
.\" Copyright (C) 2015 International Business Machines
 
3
.\"
 
4
.TH PPC64_CPU 8 "January 2015" Linux "Linux on Power Service Tools"
 
5
.SH NAME
 
6
ppc64_cpu \- Display cpu characteristics of PowerPC systems
 
7
.SH SYNOPSIS
 
8
.B /usr/sbin/ppc64_cpu
 
9
[ command ] [ options ]
 
10
.SH DESCRIPTION
 
11
The
 
12
.I ppc64_cpu
 
13
command is used to display and set cpu characteristics on PowerPC
 
14
platforms.
 
15
 
 
16
.SH OPTIONS
 
17
.TP
 
18
\fB\-\-smt\fR
 
19
Display the current smt setting for the system. The output will state
 
20
whether smt is off indicating there is only one thread per core online, smt
 
21
is on indicating that all threads of every core is online, the smt is in
 
22
a mixed state indicating that the number of threads online varies per core, or
 
23
'SMT=X' indicating a specific smt state.
 
24
 
 
25
.TP
 
26
\fB\-\-smt\fR={\fIon\fR|\fIoff\fR}
 
27
Set the current smt state for the system to either \fIon\fR, which will online
 
28
every thread in every core on the system, or \fIoff\fR which will leave each
 
29
core on the system with only one thread online.
 
30
 
 
31
.TP
 
32
\fB\-\-smt\fR=\fIvalue\fR
 
33
Set the smt state for each core to the specified \fIvalue\fR.
 
34
 
 
35
.TP
 
36
\fB\-\-cores\-present\fR
 
37
Display the number of cores present.
 
38
 
 
39
.TP
 
40
\fB\-\-cores\-on\fR
 
41
Display the number of cores online.
 
42
 
 
43
.TP
 
44
\fB\-\-cores\-on\fR=\fIvalue\fR
 
45
Put exactly \fIvalue\fR number of cores online. Note that this will either 
 
46
online or offline cores to achieve the desired result.
 
47
 
 
48
.TP
 
49
\fB\-\-dscr\fR
 
50
Display the current Data Stream Control Register (DSCR) setting for the system.
 
51
 
 
52
.TP
 
53
\fB\-\-dscr\fR=\fIvalue\fR
 
54
Set the DSCR setting for the system to \fIvalue\fr.
 
55
 
 
56
.TP
 
57
\fB\-\-dscr\fR [\fIpid\fR]
 
58
Display the DSCR setting for process \fIpid\fR.
 
59
 
 
60
.TP
 
61
\fB\-\-dscr\fR=\fIvalue\fR [\fIpid\fR]
 
62
Set the DSCR to the specified \fIvalue\fR for process \fIpid\fR.
 
63
 
 
64
.TP
 
65
\fB\-\-smt\-snooze\-delay\fR
 
66
Display the current smt\-snooze\-delay setting.
 
67
 
 
68
.TP
 
69
\fB\-\-smt\-snooze\-delay\fR=\fIvalue\fR
 
70
Set the smt\-snooze\-delay to the specified \fIvalue\fR.
 
71
 
 
72
.TP
 
73
\fB\-\-run-mode\fR
 
74
Display the current diagnostics run mode.
 
75
 
 
76
.TP
 
77
\fB\-\-run\-mode\fR=\fIvalue\fR
 
78
Set the current diagnostics run mode to \fIvalue\fR.
 
79
 
 
80
.TP
 
81
\fB\-\-frequency\fR [\-t \fItime\fR]
 
82
Determine the cpu frequency. The default sampling period is one second unless
 
83
a time is specified with the \fB\-t \fItime\fR option.
 
84
 
 
85
.TP
 
86
\fB\-\-subcores\-per\-core\fR
 
87
Display the number of subcores per core.
 
88
 
 
89
.TP
 
90
\fB\-\-subcores\-per\-core\fR=\fIvalue\fR
 
91
Set the number of subcores per core to \fIvalue\fR.
 
92
 
 
93
.TP
 
94
\fB\-\-threads\-per\-core\fR
 
95
Display the number of threads per core.
 
96
 
 
97
.TP
 
98
\fB\-\-info\fR
 
99
Display system state information. The output will print a line for each core
 
100
and possible sub\-core along with the thread numbers for each thread in the
 
101
core with an asterick next to it if the thread is online.
 
102
 
 
103
.TP
 
104
\fB\-\-version\fR
 
105
Print the version number.
 
106
 
 
107
.SH AUTHOR
 
108
Written by Anton Blanchard and Nathan Fontenot