summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-05-31 02:06:04 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-05-31 02:06:04 +0100
commit1e24fe94d43c16182fa3dd3edf03f6ee64acf2e9 (patch)
tree08700c3c1fcb1300ad29eaedd3c688c49a14a54d
parentff0be013ffa012dc593017ca92167779d36b4326 (diff)
add gstat
-rw-r--r--gstat.buetow.org/PROJECT1
-rw-r--r--gstat.buetow.org/SITEMAP0
-rw-r--r--gstat.buetow.org/content/50.Download.xml9
-rw-r--r--gstat.buetow.org/content/98.contact.xml19
-rw-r--r--gstat.buetow.org/content/99.license.xml5
-rw-r--r--gstat.buetow.org/content/home.xml10
-rw-r--r--gstat.buetow.org/htdocs/images/gstats.pngbin0 -> 60067 bytes
7 files changed, 44 insertions, 0 deletions
diff --git a/gstat.buetow.org/PROJECT b/gstat.buetow.org/PROJECT
new file mode 100644
index 0000000..b548172
--- /dev/null
+++ b/gstat.buetow.org/PROJECT
@@ -0,0 +1 @@
+This is a iotop a like replacement written in Go for Linux.
diff --git a/gstat.buetow.org/SITEMAP b/gstat.buetow.org/SITEMAP
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/gstat.buetow.org/SITEMAP
diff --git a/gstat.buetow.org/content/50.Download.xml b/gstat.buetow.org/content/50.Download.xml
new file mode 100644
index 0000000..f5a9da9
--- /dev/null
+++ b/gstat.buetow.org/content/50.Download.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content>
+ <pagetitle>Download</pagetitle>
+ <textheader>Download from git repository</textheader>
+ <text>
+ <noop>Go to </noop>
+ <namedlink href="http://github.com/buetow/!!HOSTNAME!!">http://github.com/buetow/!!HOSTNAME!!</namedlink>
+ </text>
+</content>
diff --git a/gstat.buetow.org/content/98.contact.xml b/gstat.buetow.org/content/98.contact.xml
new file mode 100644
index 0000000..1400b23
--- /dev/null
+++ b/gstat.buetow.org/content/98.contact.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content>
+ <pagetitle>Contact Me/Us</pagetitle>
+ <text>
+ <noop>Please use the </noop>
+ <namedlink href="https://pluto.buetow.org/listinfo/dev">Development Mailing List</namedlink>
+ <noop> for any considerations of this humble programming project or any other programming project of mine.</noop>
+ </text>
+ <text>
+ <noop>But you may also use other methods such as listed </noop>
+ <namedlink href="https://contact.buetow.org">on this site</namedlink>
+ <noop> for example.</noop>
+ </text>
+ <text>
+ <noop>If you are interested in other projects please visit </noop>
+ <hyperlink>https://dev.buetow.org</hyperlink>
+ <noop> :)</noop>
+ </text>
+</content>
diff --git a/gstat.buetow.org/content/99.license.xml b/gstat.buetow.org/content/99.license.xml
new file mode 100644
index 0000000..2ce2cdf
--- /dev/null
+++ b/gstat.buetow.org/content/99.license.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content>
+ <pagetitle>License</pagetitle>
+ <text>gstats is licensed under the GNU Gerneral Public License Version 3 or later.</text>
+</content>
diff --git a/gstat.buetow.org/content/home.xml b/gstat.buetow.org/content/home.xml
new file mode 100644
index 0000000..c6ce0b9
--- /dev/null
+++ b/gstat.buetow.org/content/home.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content>
+ <pagetitle>gstats</pagetitle>
+ <textheader>Get the current clue...</textheader>
+ <text>gstats is a program written in Go to observe disk IO stats. It currently runs on Linux only. FreeBSD support may be added too (but only through linprocfs)</text>
+ <textheader>Screen shot</textheader>
+ <img href="?document=images/gstats.png" title="gstats" alt="gstats"/>
+ <textheader>Command line flags</textheader>
+ <inject>https://buetow.org/cgit/gstat.git/plain/help.txt</inject>
+</content>
diff --git a/gstat.buetow.org/htdocs/images/gstats.png b/gstat.buetow.org/htdocs/images/gstats.png
new file mode 100644
index 0000000..8b2afab
--- /dev/null
+++ b/gstat.buetow.org/htdocs/images/gstats.png
Binary files differ