aboutsummaryrefslogtreecommitdiffstats
path: root/coreupdownd.1
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-06-02 09:10:17 +0200
committerMattias Andrée <maandree@kth.se>2024-06-02 09:10:17 +0200
commitfbe33dce137994314af97aea220bad2e8b984c36 (patch)
tree093b7e3c14f3186bf68a04d151bdaf1e07b8898e /coreupdownd.1
parentBold names in Synopsis in man pages (diff)
downloadcoreupdown-fbe33dce137994314af97aea220bad2e8b984c36.tar.gz
coreupdown-fbe33dce137994314af97aea220bad2e8b984c36.tar.bz2
coreupdown-fbe33dce137994314af97aea220bad2e8b984c36.tar.xz
coreupdownd: add -X and -xHEAD1.1master
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'coreupdownd.1')
-rw-r--r--coreupdownd.116
1 files changed, 16 insertions, 0 deletions
diff --git a/coreupdownd.1 b/coreupdownd.1
index f366464..7d59db3 100644
--- a/coreupdownd.1
+++ b/coreupdownd.1
@@ -11,6 +11,8 @@ coreupdownd - Dynamically enable and disable CPU's to only use one during low CP
.RI "[-t " coredown-cpu-usage-time-consistency-threshold ]
.RI "[-U " coreup-cpu-usage-threshold ]
.RI "[-u " coredown-cpu-usage-threshold ]
+.RI "[-X " post-coreup-command ]
+.RI "[-x " post-coredown-command ]
[-ef]
.SH DESCRIPTION
The
@@ -89,6 +91,20 @@ daemon may enable all CPU's.
.BI "-u " coredown-cpu-usage-threshold
The required CPU usage (integer upper bound) before the
daemon may disable all CPU's except the main core.
+.TP
+.BI "-X " post-coreup-command
+Run
+.I post-coreup-command
+in
+.BR sh (1)
+after each time all CPU's are enabled.
+.TP
+.BI "-x " post-coredown-command
+Run
+.I post-coredown-command
+in
+.BR sh (1)
+after each time all non-main CPU's are disabled.
.SH OPERANDS
No operands are supported.
.SH STDIN