Skip to content

Commit

Permalink
Enable segment stats for G1 benchmarks (elastic#250)
Browse files Browse the repository at this point in the history
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 elastic#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 elastic#204
Relates elastic/rally#988
  • Loading branch information
danielmitterdorfer committed May 6, 2020
1 parent 951a4b5 commit 1d3312e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions night_rally/resources/race-configs-group-1.json
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 1d3312e

Please sign in to comment.