diff options
Diffstat (limited to 'hawd_defs')
-rw-r--r-- | hawd_defs/storage_readwrite | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hawd_defs/storage_readwrite b/hawd_defs/storage_readwrite index 37f59bc..4b5f6c7 100644 --- a/hawd_defs/storage_readwrite +++ b/hawd_defs/storage_readwrite | |||
@@ -3,9 +3,8 @@ | |||
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 | "rows": { "type": "int" }, |
6 | "write": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, | 6 | "dbWrite": { "type": "float", "unit": "ops/ms" }, |
7 | "writeOps": { "type": "float", "unit": "ops/ms" }, | 7 | "fileWrite": { "type": "float", "unit": "ops/ms" }, |
8 | "read": { "type": "int", "unit": "ms", "min": 0, "max": 100 }, | 8 | "dbRead": { "type": "float", "unit": "ops/ms" } |
9 | "readOps": { "type": "float", "unit": "ops/ms" } | ||
10 | } | 9 | } |
11 | } | 10 | } |