Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenJDK - additional tags fail parsing #243

Open
MstWntd opened this issue Apr 22, 2020 · 1 comment
Open

OpenJDK - additional tags fail parsing #243

MstWntd opened this issue Apr 22, 2020 · 1 comment

Comments

@MstWntd
Copy link

MstWntd commented Apr 22, 2020

-Xlog:gc=trace:file=/tmp/gc-%p-%t.log:tags,utc,uptime,level,hostname,tid

From my understanding the addtional tags of hostname and tid should just get ignored and the gc
line should be parsed, however this is what i am seeing:

INFO [DataReaderFacade]: GCViewer version 1.36 (2019-11-30T21:36:26+0000)
INFO [DataReaderFactory]: File format: Oracle / OpenJDK unified jvm logging
INFO [DataReaderUnifiedJvmLogging]: Reading Oracle / OpenJDK unified jvm logging format...
INFO [DataReaderUnifiedJvmLogging]: Using G1
WARNING [DataReaderUnifiedJvmLogging]: Failed to parse line number 6 (no match; line="[2020-04-22T12:36:40.485+0000][2.185s][boxname][5702][info ][gc] GC(0) Pause Young (Normal) (G1 Evacuation Pause) 53M->9M(1024M) 12.513ms")
WARNING [DataReaderUnifiedJvmLogging]: Failed to parse line number 7 (no match; line="[2020-04-22T12:36:40.652+0000][2.353s][boxname][5702][info ][gc] GC(1) Pause Young (Concurrent Start) (Metadata GC Threshold) 23M->11M(1024M) 12.716ms")
WARNING [DataReaderUnifiedJvmLogging]: Failed to parse line number 8 (no match; line="[2020-04-22T12:36:40.652+0000][2.353s][boxname][5698][info ][gc] GC(2) Concurrent Cycle")
WARNING [DataReaderUnifiedJvmLogging]: Failed to parse line number 9 (no match; line="[2020-04-22T12:36:40.674+0000][2.374s][boxname][5702][info ][gc] GC(2) Pause Remark 13M-13M(1024M) 3.651ms")
WARNING [DataReaderUnifiedJvmLogging]: Failed to parse line number 10 (no match; line="[2020-04-22T12:36:40.685+0000][2.385s][boxname][5702][info ][gc] GC(2) Pause Cleanup 13M-13M(1024M) 0.199ms")
WARNING [DataReaderUnifiedJvmLogging]: Failed to parse line number 11 (no match; line="[2020-04-22T12:36:40.698+0000][2.398s][boxname][5698][info ][gc] GC(2) Concurrent Cycle 45.472ms")
INFO [DataReaderUnifiedJvmLogging]: Reading done.

@chewiebug
Copy link
Owner

chewiebug commented Apr 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants