summaryrefslogtreecommitdiffstats
path: root/hawd_defs/dummy_write_memory
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-17 12:40:03 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-17 12:40:37 +0200
commitdcfc70808ab9680a8caed6ff0fb98f978fbbef97 (patch)
treea09c75b0686dcd4a590386f195f24bb5a0893aba /hawd_defs/dummy_write_memory
parent422c12d85d3eca55eca6f23c140910150a5fd166 (diff)
downloadsink-dcfc70808ab9680a8caed6ff0fb98f978fbbef97.tar.gz
sink-dcfc70808ab9680a8caed6ff0fb98f978fbbef97.zip
Split up dummyresourcewritebenchmark into datasets that we want to
display.
Diffstat (limited to 'hawd_defs/dummy_write_memory')
-rw-r--r--hawd_defs/dummy_write_memory12
1 files changed, 12 insertions, 0 deletions
diff --git a/hawd_defs/dummy_write_memory b/hawd_defs/dummy_write_memory
new file mode 100644
index 0000000..0e06f1f
--- /dev/null
+++ b/hawd_defs/dummy_write_memory
@@ -0,0 +1,12 @@
1{
2 "name": "In process write using DummyResource",
3 "description": "Memory usage of writing to the db.",
4 "columns": [
5 { "name": "rows", "type": "int" },
6 { "name": "rss", "type": "int", "unit": "kb" },
7 { "name": "peakRss", "type": "int", "unit": "kb" },
8 { "name": "rssWithoutDb", "type": "int", "unit": "kb" },
9 { "name": "rssGrowthPerEntity", "type": "int", "unit": "byte" },
10 { "name": "percentagePeakRssError", "type": "float", "unit": "%" }
11 ]
12}