summaryrefslogtreecommitdiffstats
path: root/hawd_defs
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
parent422c12d85d3eca55eca6f23c140910150a5fd166 (diff)
downloadsink-dcfc70808ab9680a8caed6ff0fb98f978fbbef97.tar.gz
sink-dcfc70808ab9680a8caed6ff0fb98f978fbbef97.zip
Split up dummyresourcewritebenchmark into datasets that we want to
display.
Diffstat (limited to 'hawd_defs')
-rw-r--r--hawd_defs/dummy_write_disk10
-rw-r--r--hawd_defs/dummy_write_in_process16
-rw-r--r--hawd_defs/dummy_write_memory12
-rw-r--r--hawd_defs/dummy_write_perf9
-rw-r--r--hawd_defs/dummy_write_summary (renamed from hawd_defs/dummy_write_in_process_summary)0
5 files changed, 31 insertions, 16 deletions
diff --git a/hawd_defs/dummy_write_disk b/hawd_defs/dummy_write_disk
new file mode 100644
index 0000000..5264df9
--- /dev/null
+++ b/hawd_defs/dummy_write_disk
@@ -0,0 +1,10 @@
1{
2 "name": "In process write using DummyResource",
3 "description": "Disk usage of writing to the db.",
4 "columns": [
5 { "name": "rows", "type": "int" },
6 { "name": "onDisk", "type": "float", "unit": "kb" },
7 { "name": "bufferSize", "type": "float", "unit": "kb" },
8 { "name": "writeAmplification", "type": "float"}
9 ]
10}
diff --git a/hawd_defs/dummy_write_in_process b/hawd_defs/dummy_write_in_process
deleted file mode 100644
index 548ff95..0000000
--- a/hawd_defs/dummy_write_in_process
+++ /dev/null
@@ -1,16 +0,0 @@
1{
2 "name": "In process write using DummyResource",
3 "description": "Measures performance, memory usage and disk usage of writing to the db.",
4 "columns": [
5 { "name": "rows", "type": "int" },
6 { "name": "append", "type": "float", "unit": "ops/ms" },
7 { "name": "total", "type": "float", "unit": "ops/ms" },
8 { "name": "onDisk", "type": "float", "unit": "kb" },
9 { "name": "bufferSize", "type": "float", "unit": "kb" },
10 { "name": "writeAmplification", "type": "float"},
11 { "name": "rss", "type": "int", "unit": "kb" },
12 { "name": "peakRss", "type": "int", "unit": "kb" },
13 { "name": "rssGrowthPerEntity", "type": "int", "unit": "byte" },
14 { "name": "rssWithoutDb", "type": "int", "unit": "kb" }
15 ]
16}
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}
diff --git a/hawd_defs/dummy_write_perf b/hawd_defs/dummy_write_perf
new file mode 100644
index 0000000..e6d61fc
--- /dev/null
+++ b/hawd_defs/dummy_write_perf
@@ -0,0 +1,9 @@
1{
2 "name": "In process write using DummyResource",
3 "description": "Measures performance of writing to the db.",
4 "columns": [
5 { "name": "rows", "type": "int" },
6 { "name": "append", "type": "float", "unit": "ops/ms" },
7 { "name": "total", "type": "float", "unit": "ops/ms" }
8 ]
9}
diff --git a/hawd_defs/dummy_write_in_process_summary b/hawd_defs/dummy_write_summary
index 878a386..878a386 100644
--- a/hawd_defs/dummy_write_in_process_summary
+++ b/hawd_defs/dummy_write_summary