diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-17 16:06:24 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-17 16:06:24 +0200 |
commit | 249b0fc1f39df819986668d0c82e97e77c23a7c7 (patch) | |
tree | 5c28d15d60131ecb8ae11f9620462429807c8500 /hawd_defs | |
parent | 833aabc562c51fa962f9f2da14f7cd4552dab22b (diff) | |
download | sink-249b0fc1f39df819986668d0c82e97e77c23a7c7.tar.gz sink-249b0fc1f39df819986668d0c82e97e77c23a7c7.zip |
storagebenchmark
Diffstat (limited to 'hawd_defs')
-rw-r--r-- | hawd_defs/storage_sizes | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hawd_defs/storage_sizes b/hawd_defs/storage_sizes new file mode 100644 index 0000000..bdf40ae --- /dev/null +++ b/hawd_defs/storage_sizes | |||
@@ -0,0 +1,9 @@ | |||
1 | { | ||
2 | "name": "Storage Read/Write db sizes", | ||
3 | "description": "Compare db size to a simple file size", | ||
4 | "columns": [ | ||
5 | { "name": "rows", "type": "int" }, | ||
6 | { "name": "dbSize", "type": "float", "unit": "kb" }, | ||
7 | { "name": "fileSize", "type": "float", "unit": "kb" } | ||
8 | ] | ||
9 | } | ||