Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (146eee6e728e9905b95b203f9b867f79ed7e78cd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (146eee6e728e9905b95b203f9b867f79ed7e78cd)
  • Date: Tue, 16 Dec 2008 09:29:51 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
utils/cpulimit/BUILD | 2 ++
utils/cpulimit/DETAILS | 21 +++++++++++++++++++++
utils/cpulimit/HISTORY | 2 ++
utils/cpulimit/INSTALL | 1 +
5 files changed, 29 insertions(+)

New commits:
commit 146eee6e728e9905b95b203f9b867f79ed7e78cd
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

cpulimit: new

diff --git a/ChangeLog b/ChangeLog
index 1f2ee31..a65bfcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-12-16 Thomas Orgis <sobukus AT sourcemage.org>
+ * utils/cpulimit: new spell, limit process cpu usage %
+
2008-12-16 Pol Vinogradov <vin.public AT gmail.com>
* devel/pgtclng: new spell, a loadable Tcl/Tk module for accessing
PostgreSQL databases
diff --git a/utils/cpulimit/BUILD b/utils/cpulimit/BUILD
new file mode 100755
index 0000000..8f00b77
--- /dev/null
+++ b/utils/cpulimit/BUILD
@@ -0,0 +1,2 @@
+make
+
diff --git a/utils/cpulimit/DETAILS b/utils/cpulimit/DETAILS
new file mode 100755
index 0000000..7f6fb10
--- /dev/null
+++ b/utils/cpulimit/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=cpulimit
+ VERSION=1.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_HASH=sha512:dfc111e90ee01f1f5277b5be1e5f9dbccb560dced335207b58b5db2a370013f76dd557dd3f63d9501011f3b34c41e21b5845fc4ac00f3eceac8b1179db1c747b
+ WEB_SITE=http://cpulimit.sourceforge.net
+ ENTERED=20081216
+ LICENSE[0]=GPL
+ SHORT="limits the cpu usage of a process (expressed in
percentage, not in cpu time)"
+cat << EOF
+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
+
+For the technical interested: It sends SIGSTOP/CONT in a timed manner to let
the
+process sleep part-time.
+EOF
diff --git a/utils/cpulimit/HISTORY b/utils/cpulimit/HISTORY
new file mode 100644
index 0000000..36f08b6
--- /dev/null
+++ b/utils/cpulimit/HISTORY
@@ -0,0 +1,2 @@
+2008-12-16 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: created spell
diff --git a/utils/cpulimit/INSTALL b/utils/cpulimit/INSTALL
new file mode 100755
index 0000000..b694e5c
--- /dev/null
+++ b/utils/cpulimit/INSTALL
@@ -0,0 +1 @@
+cp cpulimit "$INSTALL_ROOT/usr/bin/"



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (146eee6e728e9905b95b203f9b867f79ed7e78cd), Thomas Orgis, 12/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page