Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3369bfb82befee6ee547bc527fd9889348666db4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3369bfb82befee6ee547bc527fd9889348666db4)
  • Date: Fri, 6 Aug 2010 00:24:31 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

utils/iotop/DETAILS | 6 +++---
utils/iotop/HISTORY | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit e0b6ffacbaa206fe78463efc333f696537d3e782
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/iotop: corrected ENTERED

diff --git a/utils/iotop/DETAILS b/utils/iotop/DETAILS
index cb19c89..33e9fe1 100755
--- a/utils/iotop/DETAILS
+++ b/utils/iotop/DETAILS
@@ -6,13 +6,13 @@
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://guichaz.free.fr/iotop/";
LICENSE[0]=GPL
- ENTERED=20091225
+ ENTERED=20100805
SHORT="a Python program with a top like UI used to show of behalf
of which process is the I/O going on"
cat << EOF
Linux has always been able to show how much I/O was going on (the bi and bo
columns of the vmstat 1 command).

Iotop is a Python program with a top like UI used to show of behalf of which
-process is the I/O going on. It requires Python . 2.5 and a Linux kernel
-. 2.6.20 with the TASK_DELAY_ACCT and TASK_IO_ACCOUNTING options enabled.
+process is the I/O going on. It requires Python 2.5 and a Linux kernel
+2.6.20 with the TASK_DELAY_ACCT and TASK_IO_ACCOUNTING options enabled.
EOF
diff --git a/utils/iotop/HISTORY b/utils/iotop/HISTORY
index 1d39650..099fed1 100644
--- a/utils/iotop/HISTORY
+++ b/utils/iotop/HISTORY
@@ -1,3 +1,6 @@
+2010-08-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: corrected ENTERED, removed garbage from description
+
2010-08-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, DETAILS, INSTALL: spell created




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3369bfb82befee6ee547bc527fd9889348666db4), Florian Franzmann, 08/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page