diff options
author | Mattias Andrée <maandree@kth.se> | 2024-06-02 09:10:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-06-02 09:10:17 +0200 |
commit | fbe33dce137994314af97aea220bad2e8b984c36 (patch) | |
tree | 093b7e3c14f3186bf68a04d151bdaf1e07b8898e /coreupdownd.1 | |
parent | Bold names in Synopsis in man pages (diff) | |
download | coreupdown-1.1.tar.gz coreupdown-1.1.tar.bz2 coreupdown-1.1.tar.xz |
coreupdownd: add -X and -x1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | coreupdownd.1 | 16 |
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 |