Skip to Content.
Sympa Menu

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

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 (55250d25830e7d3002f90f4922207fa9f7a80163)
  • Date: Thu, 5 Aug 2010 14:34:25 -0500

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

ChangeLog | 3 +++
utils/iotop/BUILD | 1 +
utils/iotop/DEPENDS | 1 +
utils/iotop/DETAILS | 18 ++++++++++++++++++
utils/iotop/HISTORY | 3 +++
utils/iotop/INSTALL | 1 +
6 files changed, 27 insertions(+)

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

utils/iotop: new spell, a top-like utility for disk io

diff --git a/ChangeLog b/ChangeLog
index b1d97e6..8e6b62d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-08-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * utils/iotop: new spell, a top-like utility for disk io
+
2010-08-03 Ladislav Hagara <hgr AT vabo.cz>
* utils/isoquery: new spell, search and display ISO codes

diff --git a/utils/iotop/BUILD b/utils/iotop/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/iotop/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/iotop/DEPENDS b/utils/iotop/DEPENDS
new file mode 100755
index 0000000..6e84a0e
--- /dev/null
+++ b/utils/iotop/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/utils/iotop/DETAILS b/utils/iotop/DETAILS
new file mode 100755
index 0000000..cb19c89
--- /dev/null
+++ b/utils/iotop/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=iotop
+ VERSION=0.4.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://guichaz.free.fr/${SPELL}/files/${SOURCE}
+
SOURCE_HASH=sha512:12acb2adfa30a8e3f785d647f8317d60aa27d0ccaf70a387bf122701d1c1c7fe72afe4b59224a247c1696f05407bfb2c604266dbdc64b17c06bf93e8c2373738
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://guichaz.free.fr/iotop/";
+ LICENSE[0]=GPL
+ ENTERED=20091225
+ 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.
+EOF
diff --git a/utils/iotop/HISTORY b/utils/iotop/HISTORY
new file mode 100644
index 0000000..1d39650
--- /dev/null
+++ b/utils/iotop/HISTORY
@@ -0,0 +1,3 @@
+2010-08-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/utils/iotop/INSTALL b/utils/iotop/INSTALL
new file mode 100755
index 0000000..5024f4d
--- /dev/null
+++ b/utils/iotop/INSTALL
@@ -0,0 +1 @@
+./setup.py install




Archive powered by MHonArc 2.6.24.

Top of Page