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 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'hawd_defs/dummy_write_in_process') 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" } ] } -- cgit v1.2.3