summaryrefslogtreecommitdiffstats
path: root/hawd_defs/storage_readwrite
diff options
context:
space:
mode:
Diffstat (limited to 'hawd_defs/storage_readwrite')
-rw-r--r--hawd_defs/storage_readwrite12
1 files changed, 6 insertions, 6 deletions
diff --git a/hawd_defs/storage_readwrite b/hawd_defs/storage_readwrite
index 4b5f6c7..d2504e3 100644
--- a/hawd_defs/storage_readwrite
+++ b/hawd_defs/storage_readwrite
@@ -1,10 +1,10 @@
1{ 1{
2 "name": "Storage Read/Write Performance", 2 "name": "Storage Read/Write Performance",
3 "description": "Measures performance of the storage class by writing and reading non-trivial datasets", 3 "description": "Measures performance of the storage class by writing and reading non-trivial datasets",
4 "columns": { 4 "columns": [
5 "rows": { "type": "int" }, 5 { "name": "rows", "type": "int" },
6 "dbWrite": { "type": "float", "unit": "ops/ms" }, 6 { "name": "dbWrite", "type": "float", "unit": "ops/ms" },
7 "fileWrite": { "type": "float", "unit": "ops/ms" }, 7 { "name": "fileWrite", "type": "float", "unit": "ops/ms" },
8 "dbRead": { "type": "float", "unit": "ops/ms" } 8 { "name": "dbRead", "type": "float", "unit": "ops/ms" }
9 } 9 ]
10} 10}