Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0144b86ee1ddb376d7a99ca595fcdf168e719335)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0144b86ee1ddb376d7a99ca595fcdf168e719335)
  • Date: Mon, 25 Dec 2017 15:17:48 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
disk/ioping/BUILD | 1 +
disk/ioping/DETAILS | 15 +++++++++++++++
disk/ioping/HISTORY | 2 ++
disk/ioping/INSTALL | 1 +
5 files changed, 22 insertions(+)

New commits:
commit 0144b86ee1ddb376d7a99ca595fcdf168e719335
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ioping: new spell, simple disk I/O latency measuring tool

diff --git a/ChangeLog b/ChangeLog
index dbc3870..f411d65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-12-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * disk/ioping: new spell, simple disk I/O latency measuring tool
+
2017-12-21 Pavel Vinogradov <public AT sourcemage.org>
* doc/zathura-cb: new spell, comic book support for Zathura

diff --git a/disk/ioping/BUILD b/disk/ioping/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/disk/ioping/BUILD
@@ -0,0 +1 @@
+make
diff --git a/disk/ioping/DETAILS b/disk/ioping/DETAILS
new file mode 100755
index 0000000..af79fa1
--- /dev/null
+++ b/disk/ioping/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=ioping
+ VERSION=1.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/koct9i/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:a6763ac800e98c819a74af80634ac723f413ffa183297918389e1e1f5fc83713b683d53b594f5bd20f11d168c21de5da9d42a215d78531ee8b619aff8b9b0b84
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/koct9i/ioping
+ ENTERED=20171225
+ LICENSE[0]=GPL
+ KEYWORDS=""
+ SHORT="simple disk I/O latency measuring tool"
+cat << EOF
+ioping is a tool to monitor I/O latency in real time. It shows disk latency
in
+the same way as ping shows network latency.
+EOF
diff --git a/disk/ioping/HISTORY b/disk/ioping/HISTORY
new file mode 100644
index 0000000..4641e7f
--- /dev/null
+++ b/disk/ioping/HISTORY
@@ -0,0 +1,2 @@
+2017-12-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: spell created, version 1.0
diff --git a/disk/ioping/INSTALL b/disk/ioping/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/disk/ioping/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0144b86ee1ddb376d7a99ca595fcdf168e719335), Vlad Glagolev, 12/25/2017

Archive powered by MHonArc 2.6.24.

Top of Page