summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-07-18 11:17:06 -0700
committerPatrick Venture <venture@google.com>2019-07-18 11:17:06 -0700
commita7ec8350d17b70153cebe666d3fbe88bddd02a1a (patch)
treec0eb30d8f69bde7fcc6bae1030ec0eca0c7b34a6
parentf7a2dd5cbdd2dd5c3b892152f5a2e46d280f98de (diff)
downloadphosphor-pid-control-a7ec8350d17b70153cebe666d3fbe88bddd02a1a.tar.gz
phosphor-pid-control-a7ec8350d17b70153cebe666d3fbe88bddd02a1a.zip
s/swampd.service/phosphor-pid-control.service/g
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ia1f08915f5541142cb3e10aa68043d3d2cad0167
-rwxr-xr-xtools/fan_rpm_loop_test.sh6
-rw-r--r--tuning.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/fan_rpm_loop_test.sh b/tools/fan_rpm_loop_test.sh
index cbebe24..1e966d6 100755
--- a/tools/fan_rpm_loop_test.sh
+++ b/tools/fan_rpm_loop_test.sh
@@ -44,7 +44,7 @@ RunRpmSteps() {
echo "Running RPM from ${start_rpm} to ${stop_rpm} in ${num_steps} steps"
CommandRpm "${start_rpm}"
- SystemCtl start swampd.service
+ SystemCtl start phosphor-pid-control.service
Sleep 60
local i
@@ -56,7 +56,7 @@ RunRpmSteps() {
Sleep "${dwell}"
done
- SystemCtl stop swampd.service
+ SystemCtl stop phosphor-pid-control.service
Mv /tmp/swampd.log ~/"${start_rpm}_${stop_rpm}_${num_steps}_${dwell}.csv"
echo "Done!!"
}
@@ -76,7 +76,7 @@ main() {
fi
MkDir -p /etc/thermal.d/
- SystemCtl stop swampd.service
+ SystemCtl stop phosphor-pid-control.service
RunRpmSteps "${min_rpm}" "${max_rpm}" 10 30
RunRpmSteps "${max_rpm}" "${min_rpm}" 10 30
diff --git a/tuning.md b/tuning.md
index efb5e92..d2bb002 100644
--- a/tuning.md
+++ b/tuning.md
@@ -21,7 +21,7 @@ as `4000` or `5000`, and is in RPM.
file and restart the daemon to make the new values effective.
```
-systemctl restart swampd.service
+systemctl restart phosphor-pid-control.service
```
## Logging
OpenPOWER on IntegriCloud