diff options
Diffstat (limited to 'hawd_defs/dummy_write_in_process')
-rw-r--r-- | hawd_defs/dummy_write_in_process | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/hawd_defs/dummy_write_in_process b/hawd_defs/dummy_write_in_process deleted file mode 100644 index 548ff95..0000000 --- a/hawd_defs/dummy_write_in_process +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | { | ||
2 | "name": "In process write using DummyResource", | ||
3 | "description": "Measures performance, memory usage and disk usage of writing to the db.", | ||
4 | "columns": [ | ||
5 | { "name": "rows", "type": "int" }, | ||
6 | { "name": "append", "type": "float", "unit": "ops/ms" }, | ||
7 | { "name": "total", "type": "float", "unit": "ops/ms" }, | ||
8 | { "name": "onDisk", "type": "float", "unit": "kb" }, | ||
9 | { "name": "bufferSize", "type": "float", "unit": "kb" }, | ||
10 | { "name": "writeAmplification", "type": "float"}, | ||
11 | { "name": "rss", "type": "int", "unit": "kb" }, | ||
12 | { "name": "peakRss", "type": "int", "unit": "kb" }, | ||
13 | { "name": "rssGrowthPerEntity", "type": "int", "unit": "byte" }, | ||
14 | { "name": "rssWithoutDb", "type": "int", "unit": "kb" } | ||
15 | ] | ||
16 | } | ||