From 1d3312e7aa6671f58597204f8073feba5a9afde0 Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Wed, 6 May 2020 17:04:24 +0200 Subject: [PATCH] Enable segment stats for G1 benchmarks (#250) With this commit we enable the new segment stats telemetry device introduced by elastic/rally#988. The primary purpose is to aid the investigation in #204. Please note that this telemetry device will capture data via an API call and will thus write the log file on the coordinator machine and *not* on the target machine(s). Relates #204 Relates elastic/rally#988 --- night_rally/resources/race-configs-group-1.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/night_rally/resources/race-configs-group-1.json b/night_rally/resources/race-configs-group-1.json index 1496cc2f86348..b2c36246ee006 100644 --- a/night_rally/resources/race-configs-group-1.json +++ b/night_rally/resources/race-configs-group-1.json @@ -398,7 +398,7 @@ }, "car": "4gheap,g1gc", "runtime-jdk": "14", - "telemetry": ["gc", "heapdump", "jfr"], + "telemetry": ["gc", "heapdump", "jfr", "segment-stats"], "telemetry-params": { "recording-template": "profile", "gc-log-config": "gc*,gc+age=trace,ihop*=trace,gc+heap=trace,gc+humongous=trace,gc+ergo*=trace,safepoint" @@ -419,7 +419,7 @@ "challenge": "append-no-conflicts", "car": "4gheap,g1gc", "runtime-jdk": "14", - "telemetry": ["gc", "heapdump", "jfr"], + "telemetry": ["gc", "heapdump", "jfr", "segment-stats"], "telemetry-params": { "recording-template": "profile", "gc-log-config": "gc*,gc+age=trace,ihop*=trace,gc+heap=trace,gc+humongous=trace,gc+ergo*=trace,safepoint" @@ -494,7 +494,7 @@ }, "car": "4gheap,g1gc", "runtime-jdk": "14", - "telemetry": ["gc", "heapdump", "jfr"], + "telemetry": ["gc", "heapdump", "jfr", "segment-stats"], "telemetry-params": { "recording-template": "profile", "gc-log-config": "gc*,gc+age=trace,ihop*=trace,gc+heap=trace,gc+humongous=trace,gc+ergo*=trace,safepoint" @@ -515,7 +515,7 @@ "challenge": "append-no-conflicts", "car": "4gheap,g1gc", "runtime-jdk": "14", - "telemetry": ["gc", "heapdump", "jfr"], + "telemetry": ["gc", "heapdump", "jfr", "segment-stats"], "telemetry-params": { "recording-template": "profile", "gc-log-config": "gc*,gc+age=trace,ihop*=trace,gc+heap=trace,gc+humongous=trace,gc+ergo*=trace,safepoint"