Skip to content

Instantly share code, notes, and snippets.

@mlowicki
Created February 19, 2016 09:04
Show Gist options
  • Save mlowicki/15b32d46818857a6a01d to your computer and use it in GitHub Desktop.
Save mlowicki/15b32d46818857a6a01d to your computer and use it in GitHub Desktop.
FLOAT %{INT}\.[0-9]+
GC_TAG [^)]+
GC_TYPE [a-z-]+
GC_MEMORY_UNIT K|M|G
JVMGCLOG %{TIMESTAMP_ISO8601:logdate}: %{FLOAT}: \[GC( %{GC_TYPE})?( \(%{GC_TAG}\))* ?( %{INT:gc_memory_before:int}%{GC_MEMORY_UNIT:gc_memory_before_unit}->%{INT:gc_memory_after:int}%{GC_MEMORY_UNIT:gc_memory_after_unit}\(%{INT}%{GC_MEMORY_UNIT}\))?, %{FLOAT:gc_duration:float} secs\]
JVM_GC_STOPPED_TIME %{TIMESTAMP_ISO8601:logdate}: %{FLOAT}: Total time for which application threads were stopped: %{FLOAT:gc_app_stopped:float} seconds, Stopping threads took: %{FLOAT:gc_stopping_took:float} seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment