Skip to content

Commit 36394ea

Browse files
committed
Convert README to Markdown
1 parent 8efde82 commit 36394ea

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README renamed to README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
CPULIMIT
22
========
33

4-
About
5-
-----
6-
74
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.
85
The control of the used CPU amount is done sending SIGSTOP and SIGCONT POSIX signals to processes.
96
All the children processes and threads of the specified process will share the same percentage of CPU.

0 commit comments

Comments
 (0)