sysbench-graph 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +0 -6
- data/VERSION +1 -1
- data/lib/sysbench-graph.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -6,12 +6,6 @@
|
|
6
6
|
|
7
7
|
A tool for parsing the output of SysBench IO tests and then graphing it
|
8
8
|
|
9
|
-
== DOCUMENTATION:
|
10
|
-
|
11
|
-
Documentation is available online at at rdoc.info[http://rdoc.info/projects/chetan/sysbench-graph]
|
12
|
-
|
13
|
-
== FEATURES:
|
14
|
-
|
15
9
|
== SYNOPSIS:
|
16
10
|
|
17
11
|
This tool was designed to work with the Percona SysBench script found here:
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
data/lib/sysbench-graph.rb
CHANGED