summaryrefslogtreecommitdiffstats
path: root/system/cpulimit/README
diff options
context:
space:
mode:
author Menno Duursma2010-05-13 01:00:43 +0200
committer Robby Workman2010-05-13 01:00:43 +0200
commitcf8a43d527c17d7ff0a04bc6e6554c420c82751c (patch)
treed613459003acd3a2ffe84d9f58fcb2a8ebe70499 /system/cpulimit/README
parentc52ae73dea9c2717364e6847b5707c60e0cef7c3 (diff)
downloadslackbuilds-cf8a43d527c17d7ff0a04bc6e6554c420c82751c.tar.gz
system/cpulimit: Added to 13.0 repository
Diffstat (limited to 'system/cpulimit/README')
-rw-r--r--system/cpulimit/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/cpulimit/README b/system/cpulimit/README
new file mode 100644
index 0000000000..c7bc833b55
--- /dev/null
+++ b/system/cpulimit/README
@@ -0,0 +1,6 @@
+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.