Performance Tests on Concurrent collector

This chapter provides tutorial notes and example codes on performance impact of Concurrent collector, Topics include heap footprint; heap size impact; running minor GC only; running more major GC; impact of parallel threads; impact of concurrent threads.


These sections are omitted from this Web preview version. To view the full content, see information on how to obtain the full version this book.

Concurrent GC Footprint - Free Heap 4%

Heap Size Impact on Concurrent GC

Performance of Concurrent Minor GC

Performance of Concurrent Major GC

Parallel Threads Impact on Concurrent GC

Concurrent Threads Impact on Concurrent GC

AFFINITY=n - CPU Processors and Concurrent GC

Best Concurrent GC Configuration

Performance Summary of Concurrent Collector


Takeaways:

Table of Contents

 About This Book

 Heap Memory Area and Size Control

 JVM Garbage Collection Logging

 Introduction of Garbage Collectors

 Serial Collector - "+XX:+UseSerialGC"

 Parallel Collector - "+XX:+UseParallelGC"

 Concurrent Mark-Sweep (CMS) Collector - "+XX:+UseConcMarkSweepGC"

 Garbage First (G1) Collector - "+XX:+UseG1GC"

 Object References and Garbage Collection

 Garbage Collection Performance Test Program

 Performance Tests on Serial Collector

 Performance Tests on Parallel collector

Performance Tests on Concurrent collector

 Performance Tests on G1 collector

 Garbage Collection Performance Test Summary

 Archived Tutorials

 References

 Full Version in PDF/EPUB