summaryrefslogtreecommitdiffstats
path: root/hawd_defs
diff options
context:
space:
mode:
Diffstat (limited to 'hawd_defs')
-rw-r--r--hawd_defs/storage_readwrite11
1 files changed, 11 insertions, 0 deletions
diff --git a/hawd_defs/storage_readwrite b/hawd_defs/storage_readwrite
new file mode 100644
index 0000000..423c365
--- /dev/null
+++ b/hawd_defs/storage_readwrite
@@ -0,0 +1,11 @@
1{
2 "name": "Storage Read/Write Performance",
3 "description": "Measures performance of the storage class by writing and reading non-trivial datasets",
4 "columns": {
5 "rows": { "type": "int" },
6 "write": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
7 "writeOps": { "type": "float", "unit": "ops/ms" }
8 "read": { "type": "int", "unit": "ms", "min": 0, "max": 100 },
9 "readOps": { "type": "float", "unit": "ops/ms" }
10 }
11}