Signed-off-by: Kiran Prakash <awskiran@amazon.com>
This commit is contained in:
Kiran Prakash 2023-12-11 14:02:36 -08:00 committed by GitHub
parent e3ec9dedc2
commit 0decb2f58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ The `gc` telemetry device enables garbage collector (GC) logs for the benchmark
If the runtime JDK is Java 9 or higher, you can specify the `gc-log-config` parameter. The GC logging configuration consists of a list of tags and levels, such as the default value `gc*=info,safepoint=info,age*=trace`. Run `java -Xlog:help` to view a list of available levels and tags.
## headdump
## heapdump
The `heapdump` telemetry device captures a heap dump after a benchmark has finished and right before the node is shut down.