Uses of Interface
com.microsoft.gctoolkit.parser.GenericTokens
-
Packages that use GenericTokens Package Description com.microsoft.gctoolkit.parser com.microsoft.gctoolkit.parser.unified com.microsoft.gctoolkit.parser.vmops -
-
Uses of GenericTokens in com.microsoft.gctoolkit.parser
Subinterfaces of GenericTokens in com.microsoft.gctoolkit.parser Modifier and Type Interface Description interfaceCMSPatternsPatterns in the GC log associated with the Concurrent Mark and Sweep (CMS) Collector.interfaceG1GCPatternsSupported flags -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintTenuringDistribution -XX:+PrintAdaptiveSizePolicy -XX:+PrintReferenceGC -XX:+G1SummarizeRSetStats -XX:+G1SumerizeRsetStatsPeriod=1interfaceG1GCTokensinterfaceICMSPatternsPatterns for the incremental Concurrent Mark and Sweep (iCMS) collectorinterfaceJVMPatternsinterfaceParallelPatternsinterfaceParNewSerialinterfacePreUnifiedTokensInterface 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)interfaceSerialPatternsinterfaceSharedPatternsTODO: #157 There needs to be a clearer separation of what is a Token vs what is a SharedPatterninterfaceSimplePatternsinterfaceTenuredPatternsClasses in com.microsoft.gctoolkit.parser that implement GenericTokens Modifier and Type Class Description classCMSTenuredPoolParserclassGCLogParserclassGenerationalHeapParserTime of GC GCType Collect total heap values Heap before collection Heap after collection Heap configured size total pause time CMS failures System.gc() callsclassJVMEventParserclassPreUnifiedG1GCParserTODO No reports or views generated from this data yet.classPreUnifiedGCLogParserclassShenandoahParserTime of GC GCType Collect total heap values Heap before collection Heap after collection Heap configured size total pause time CMS failures System.gc() callsclassSurvivorMemoryPoolParserclassUnifiedG1GCParserTODO No reports or views generated from this data yet.classUnifiedGenerationalParserTODO No reports or views generated from this data yet.classUnifiedJVMEventParserclassUnifiedSurvivorMemoryPoolParserclassZGCParserTime of GC GCType Collect total heap values Heap before collection Heap after collection Heap configured size total pause time CMS failures System.gc() calls -
Uses of GenericTokens in com.microsoft.gctoolkit.parser.unified
Subinterfaces of GenericTokens in com.microsoft.gctoolkit.parser.unified Modifier and Type Interface Description interfaceShenandoahPatternsinterfaceUnifiedG1GCPatternsinterfaceUnifiedGenerationalPatternsinterfaceUnifiedLoggingTokensinterfaceUnifiedPatternsinterfaceZGCPatterns -
Uses of GenericTokens in com.microsoft.gctoolkit.parser.vmops
Subinterfaces of GenericTokens in com.microsoft.gctoolkit.parser.vmops Modifier and Type Interface Description interfaceSafepointPatternsGeneral format is; vmop [threads: total initially_running wait_to_block] [time: spin block sync cleanup vmop] page_trap_countClasses in com.microsoft.gctoolkit.parser.vmops that implement GenericTokens Modifier and Type Class Description classSafepointParser
-