{ "name": "In process write using DummyResource", "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": "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" } ] }