File: smtstate.8

package info (click to toggle)
powerpc-utils 1.3.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,044 kB
  • sloc: ansic: 18,549; sh: 4,697; perl: 980; makefile: 239
file content (28 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.\"
.\" Copyright (C) 2020 International Business Machines
.\"
.TH SMTSTATE 8 "January 2020" Linux "Linux on Power Service Tools"
.SH NAME
smtstate \- Save and restore the current SMT state
.SH SYNOPSIS
.B /usr/sbin/smtstate [ option ]
.SH DESCRIPTION
The
.I smtstate
script is used to persist the current SMT state and to restore it at a convenient time. The idea behind it is to use the script together with a systemd service to save SMT state at any shutdown event and to restore it at an early stage of the boot process. Such implementation creates a way to persist the SMT state across reboots, without requiring any other configuration from system administrators.

.SH OPTIONS
.TP
\fB\-\-save\fR
Save the value read from "ppc64_cpu --smt -n" into the state file stored at /var/lib/powerpc-utils/.

.TP
\fB\-\-load\fR
Read the saved SMT value from the state file stored at /var/lib/powerpc-utils/ and set "ppc64_cpu --smt=value".

.TP
\fB\-\-help\fR
Display a concise command usage statement.

.SH AUTHOR
Written by Jose Ricardo Ziviani