aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbhackerozzo <bhackerozzo@3b445381-d045-0410-9223-e17ecdb95f4b>2008-08-29 23:47:48 +0000
committerbhackerozzo <bhackerozzo@3b445381-d045-0410-9223-e17ecdb95f4b>2008-08-29 23:47:48 +0000
commit4bdbcfbe7d12dfc84741156fa2e05e114275beca (patch)
tree0ceb06b07004670a6e3370b66184af6b1634f282
parent7fb5991fe92577f682a1bcb115bbf39f781c2697 (diff)
downloadcpulimit-4bdbcfbe7d12dfc84741156fa2e05e114275beca.tar.gz
changelog updated
-rw-r--r--README36
1 files changed, 18 insertions, 18 deletions
diff --git a/README b/README
index 6ffa82c..d1a0018 100644
--- a/README
+++ b/README
@@ -1,47 +1,47 @@
Cpulimit 1.2
=======
-About:
+ About
=======
-Cpulimit is a 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 they 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.
-The control of the used cpu amount is done sending continue and stop POSIX signals to processes.
+Cpulimit is a program that attempts to limit 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 they eat too much cpu. The goal it to not let a proces run for more than a specified time ratio. 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.
+The control of the used cpu amount is done sending properly SIGSTOP and SIGCONT POSIX signals to processes.
All the children processes and threads of the specified process will share the same percent of cpu.
Developed by Angelo Marletta.
-Please send your feedback, bug reports, feature requests to marlonx80 at hotmail dot com.
+Please send your feedback, bug reports, feature requests or just thanks :) to marlonx80@hotmail.com.
-===========
-Changelog:
-===========
+=====================
+ Changelog since 1.1
+=====================
- reorganization of the code, splitted in more source files
-- control function process_monitor() optimized by eliminating an unnecessary loop
-- experimental support for multiple control of children processes and threads
- children detection algorithm seems heavy because of the amount of code,
- but it's designed to be scalable when there are a lot of children processes
- cpu count detection, i.e. if you have 4 cpu, it is possible to limit up to 400%
-- in order to avoid deadlock, cpulimit prevents to limit itself
+- in order to avoid deadlocks, cpulimit now prevents to limit itself
- option --path eliminated, use --exe instead both for absolute path and file name
-- deleted every setpriority(), (todo: set it just once)
+- call setpriority() just once
+- no more segmentation fault when processes exit
+- no more memory corruption when processes exit
+- cpulimit exits if --lazy option is specified and the process terminates
+- target process can be created on-fly given command line
+- light and scalable algorithm for subprocesses detection and limitation
+- mac os support
- minor enhancements and bugfixes
-
============================
-Get the latest source code:
+ Get the latest source code
============================
You can checkout the latest code from sourceforge Subversion repository, running:
svn checkout https://cpulimit.svn.sourceforge.net/svnroot/cpulimit cpulimit
-Of course this is the development version, so you may experience bugs (please signal them!)
+Of course this is the development version, so you may experience bugs (please signal them and your soul will be saved!)
==============
-Installation:
+ Installation
==============
Run 'make' and place the executable file 'cpulimit' wherever you want.
Type 'cpulimit --help' to get documentation on available options.
-
Un proyecto texto-plano.xyz