| AbstractLogTrace |
|
| CMSPatterns |
Patterns in the GC log associated with the Concurrent Mark and Sweep (CMS)
Collector.
|
| ForwardReference |
|
| G1GCPatterns |
Supported flags
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-XX:+PrintTenuringDistribution
-XX:+PrintAdaptiveSizePolicy
-XX:+PrintReferenceGC
-XX:+G1SummarizeRSetStats -XX:+G1SumerizeRsetStatsPeriod=1
|
| G1GCTokens |
|
| GCLogParser |
|
| GCLogTrace |
Class that represents a chunk of GC log that we are attempting to match to a
known GC log pattern
|
| GCParseRule |
Class that tracks whether a log entry was parsed successfully (hit), or not
(miss) and captures the origin of that hit or miss.
|
| GenerationalForwardReference |
|
| GenericTokens |
|
| ICMSPatterns |
Patterns for the incremental Concurrent Mark and Sweep (iCMS) collector
|
| JHiccupTrace |
Class that represents a chunk of a jHiccup log that we are attempting to match to a
|
| JVMPatterns |
|
| ParallelPatterns |
|
| PreUnifiedGCLogParser |
|
| PreUnifiedTokens |
Interface that contains String and ParseRule representations of common
data types within GC Log data.These tokens are used in Regular Expressions
Pattern matching in the GC Log parser(s)
|
| SafepointParseRule |
Class that tracks whether a log entry was parsed successfully (hit), or not
(miss) and captures the origin of that hit or miss.
|
| SerialPatterns |
|
| SharedPatterns |
TODO: #157 There needs to be a clearer separation of what is a Token vs what is a SharedPattern
|
| SimplePatterns |
|
| TenuredPatterns |
|