From ad9e3074f2949a0ea604bc191109fa0ad7b8e2e4 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 16 Oct 2017 14:27:10 +0200 Subject: Updated the information we collect for dummyresourcewritebenchmark --- hawd_defs/dummy_write_in_process | 11 +++++++++-- hawd_defs/dummy_write_in_process_summary | 10 ++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 hawd_defs/dummy_write_in_process_summary (limited to 'hawd_defs') diff --git a/hawd_defs/dummy_write_in_process b/hawd_defs/dummy_write_in_process index 5f0a3e6..548ff95 100644 --- a/hawd_defs/dummy_write_in_process +++ b/hawd_defs/dummy_write_in_process @@ -1,9 +1,16 @@ { "name": "In process write using DummyResource", - "description": "Measures performance of the DummyResource class", + "description": "Measures performance, memory usage and disk usage of writing to the db.", "columns": [ { "name": "rows", "type": "int" }, { "name": "append", "type": "float", "unit": "ops/ms" }, - { "name": "total", "type": "float", "unit": "ops/ms" } + { "name": "total", "type": "float", "unit": "ops/ms" }, + { "name": "onDisk", "type": "float", "unit": "kb" }, + { "name": "bufferSize", "type": "float", "unit": "kb" }, + { "name": "writeAmplification", "type": "float"}, + { "name": "rss", "type": "int", "unit": "kb" }, + { "name": "peakRss", "type": "int", "unit": "kb" }, + { "name": "rssGrowthPerEntity", "type": "int", "unit": "byte" }, + { "name": "rssWithoutDb", "type": "int", "unit": "kb" } ] } diff --git a/hawd_defs/dummy_write_in_process_summary b/hawd_defs/dummy_write_in_process_summary new file mode 100644 index 0000000..878a386 --- /dev/null +++ b/hawd_defs/dummy_write_in_process_summary @@ -0,0 +1,10 @@ +{ + "name": "Summary values for in process write using DummyResource", + "description": "Summary values that should remain stable over dataset sized.", + "columns": [ + { "name": "rssStandardDeviation", "type": "float", "unit": "SD" }, + { "name": "rssMaxDifference", "type": "float", "unit": "byte" }, + { "name": "timeStandardDeviation", "type": "float", "unit": "SD" }, + { "name": "timeMaxDifference", "type": "float", "unit": "ms" } + ] +} -- cgit v1.2.3