aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordt1973 <dt1973@users.noreply.github.com>2015-03-12 08:38:06 +0100
committerdt1973 <dt1973@users.noreply.github.com>2015-03-12 08:38:06 +0100
commit36394ead1f55c78526aa218bacad5e3cd7c5cc2c (patch)
tree09f4a38396fba6b306d3e1bda62509efa660b716
parent8efde826648b108d804ef99b57e58c7e0b6df507 (diff)
downloadcpulimit-36394ead1f55c78526aa218bacad5e3cd7c5cc2c.tar.gz
Convert README to Markdown
-rw-r--r--README.md (renamed from README)3
1 files changed, 0 insertions, 3 deletions
diff --git a/README b/README.md
index af00bf9..019579d 100644
--- a/README
+++ b/README.md
@@ -1,9 +1,6 @@
CPULIMIT
========
-About
------
-
Cpulimit is a tool which limits the CPU usage of a process (expressed in percentage, not in CPU time). It is useful to control batch jobs, when you don't want them to eat too many CPU cycles. The goal is prevent a process from running for more than a specified time ratio. It does not change the nice value or other scheduling priority settings, but the real CPU usage. Also, it is able to adapt itself to the overall system load, dynamically and quickly.
The control of the used CPU amount is done sending SIGSTOP and SIGCONT POSIX signals to processes.
All the children processes and threads of the specified process will share the same percentage of CPU.
Un proyecto texto-plano.xyz