summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-09 22:42:53 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-11 01:01:13 +0100
commit326d6181e6a71e5ff4c82784ada7af3f55ec6e05 (patch)
treee68b30e75c33b0e0e1c586c0ab409e1036b2df17
parented893c2a609aef1bb68604aa5890c20dfc82f000 (diff)
downloadsink-326d6181e6a71e5ff4c82784ada7af3f55ec6e05.tar.gz
sink-326d6181e6a71e5ff4c82784ada7af3f55ec6e05.zip
fix
-rw-r--r--hawd_defs/storage_readwrite2
1 files changed, 1 insertions, 1 deletions
diff --git a/hawd_defs/storage_readwrite b/hawd_defs/storage_readwrite
index 423c365..37f59bc 100644
--- a/hawd_defs/storage_readwrite
+++ b/hawd_defs/storage_readwrite
@@ -4,7 +4,7 @@
4 "columns": { 4 "columns": {
5 "rows": { "type": "int" }, 5 "rows": { "type": "int" },
6 "write": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, 6 "write": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
7 "writeOps": { "type": "float", "unit": "ops/ms" } 7 "writeOps": { "type": "float", "unit": "ops/ms" },
8 "read": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, 8 "read": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
9 "readOps": { "type": "float", "unit": "ops/ms" } 9 "readOps": { "type": "float", "unit": "ops/ms" }
10 } 10 }