summaryrefslogtreecommitdiffstats
path: root/hawd_defs/dummy_write_in_process
blob: 548ff95b729bf94b41d60ceae75077ef9e7eb9b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "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" }
    ]
}