diff options
author | Andrey Maraev <andrew.maraev60@yandex.ru> | 2014-06-06 17:25:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:39 +0700 |
commit | e3ec49130de4af1ffccb69719ce55592d61e1557 (patch) | |
tree | 5458961ab809321f79458ca8bbec3d1200ea9c08 /system/cpulimit/slack-desc | |
parent | c590a17644902a3430b504e67fd9a0f268da78ca (diff) |
system/cpulimit: Added (Limit CPU Usage).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cpulimit/slack-desc')
-rw-r--r-- | system/cpulimit/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/cpulimit/slack-desc b/system/cpulimit/slack-desc new file mode 100644 index 0000000000000..41ff1f7482da7 --- /dev/null +++ b/system/cpulimit/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +cpulimit: cpulimit (Limit CPU Usage) +cpulimit: +cpulimit: Cpulimit tool which limits the CPU usage of a process (expressed in +cpulimit: percentage, not in CPU time) +cpulimit: It is useful to control batch jobs when you don't want +cpulimit: them to eat too many CPU cycles. +cpulimit: The goal is prevent a process from running +cpulimit: for more than a specified time ratio +cpulimit: +cpulimit: Home page - https://github.com/opsengine/cpulimit +cpulimit: |