summaryrefslogtreecommitdiffstats
path: root/hawd_defs/dummy_write_memory
blob: 0e06f1ff5d8235828f3abd71090b661a16aed23e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "In process write using DummyResource",
    "description": "Memory usage of writing to the db.",
    "columns": [
        { "name": "rows", "type": "int" },
        { "name": "rss", "type": "int", "unit": "kb" },
        { "name": "peakRss", "type": "int", "unit": "kb" },
        { "name": "rssWithoutDb", "type": "int", "unit": "kb" },
        { "name": "rssGrowthPerEntity", "type": "int", "unit": "byte" },
        { "name": "percentagePeakRssError", "type": "float", "unit": "%" }
    ]
}