diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:19:39 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:19:39 -0500 |
commit | cd089a04d78c959584d7a6720d84ca55ad614c0c (patch) | |
tree | 159772bffee24ee5d20f8d5dbd4c460886996f8d /system/cpulimit/README | |
parent | d53299b3318df57a083c10d408b6a6fc0fcba8e4 (diff) | |
download | slackbuilds-cd089a04d78c959584d7a6720d84ca55ad614c0c.tar.gz |
system/cpulimit: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/cpulimit/README')
-rw-r--r-- | system/cpulimit/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/cpulimit/README b/system/cpulimit/README deleted file mode 100644 index c7bc833b55..0000000000 --- a/system/cpulimit/README +++ /dev/null @@ -1,6 +0,0 @@ -cpulimit is a simple program that attempts to limit the cpu usage of a -process (expressed in percentage, not in cpu time). This is useful to -control batch jobs, when you don't want them to eat too much cpu. It does -not act on the nice value or other scheduling priority stuff, but on the -real cpu usage. Also, it is able to adapt itself to the overall system -load, dynamically and quickly. |