Skip to content

Commit

Permalink
Customize GC logging for G1 (elastic#249)
Browse files Browse the repository at this point in the history
With this commit we add a custom logging configuration for the
challenges that we run with G1GC to aid analysis.

Relates elastic#204
Relates elastic/rally#986
  • Loading branch information
danielmitterdorfer committed May 6, 2020
1 parent b64791d commit 951a4b5
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions night_rally/resources/race-configs-group-1.json
Expand Up @@ -399,7 +399,10 @@
"car": "4gheap,g1gc",
"runtime-jdk": "14",
"telemetry": ["gc", "heapdump", "jfr"],
"telemetry-params": ["recording-template:profile"],
"telemetry-params": {
"recording-template": "profile",
"gc-log-config": "gc*,gc+age=trace,ihop*=trace,gc+heap=trace,gc+humongous=trace,gc+ergo*=trace,safepoint"
},
"on-error": "abort",
"node-count": 3
},
Expand All @@ -417,7 +420,10 @@
"car": "4gheap,g1gc",
"runtime-jdk": "14",
"telemetry": ["gc", "heapdump", "jfr"],
"telemetry-params": ["recording-template:profile"],
"telemetry-params": {
"recording-template": "profile",
"gc-log-config": "gc*,gc+age=trace,ihop*=trace,gc+heap=trace,gc+humongous=trace,gc+ergo*=trace,safepoint"
},
"on-error": "abort"
},
{
Expand Down Expand Up @@ -489,7 +495,10 @@
"car": "4gheap,g1gc",
"runtime-jdk": "14",
"telemetry": ["gc", "heapdump", "jfr"],
"telemetry-params": ["recording-template:profile"],
"telemetry-params": {
"recording-template": "profile",
"gc-log-config": "gc*,gc+age=trace,ihop*=trace,gc+heap=trace,gc+humongous=trace,gc+ergo*=trace,safepoint"
},
"on-error": "abort",
"node-count": 3
},
Expand All @@ -507,7 +516,10 @@
"car": "4gheap,g1gc",
"runtime-jdk": "14",
"telemetry": ["gc", "heapdump", "jfr"],
"telemetry-params": ["recording-template:profile"],
"telemetry-params": {
"recording-template": "profile",
"gc-log-config": "gc*,gc+age=trace,ihop*=trace,gc+heap=trace,gc+humongous=trace,gc+ergo*=trace,safepoint"
},
"on-error": "abort"
},
{
Expand Down

0 comments on commit 951a4b5

Please sign in to comment.