18 lines
1.2 KiB
Markdown
Raw Normal View History

## Core Java Performance
This module contains articles about performance of Java applications
### Relevant Articles:
- [Verbose Garbage Collection in Java](https://www.baeldung.com/java-verbose-gc)
- [Different Ways to Capture Java Heap Dumps](https://www.baeldung.com/java-heap-dump-capture)
- [Understanding Memory Leaks in Java](https://www.baeldung.com/java-memory-leaks)
- [OutOfMemoryError: GC Overhead Limit Exceeded](http://www.baeldung.com/java-gc-overhead-limit-exceeded)
- [Basic Introduction to JMX](http://www.baeldung.com/java-management-extensions)
- [Monitoring Java Applications with Flight Recorder](https://www.baeldung.com/java-flight-recorder-monitoring)
2020-01-23 15:42:45 +08:00
- [Branch Prediction in Java](https://www.baeldung.com/java-branch-prediction)
2020-03-18 14:21:53 +08:00
- [Capturing a Java Thread Dump](https://www.baeldung.com/java-thread-dump)
2021-12-08 23:04:52 +08:00
- [JMX Ports](https://www.baeldung.com/jmx-ports)
2022-11-25 15:59:07 +08:00
- [Calling JMX MBean Method From a Shell Script](https://www.baeldung.com/jmx-mbean-shell-access)
2023-04-28 20:10:52 +08:00
- [External Debugging With JMXTerm](https://www.baeldung.com/java-jmxterm-external-debugging)
2023-05-05 21:41:29 +08:00
- [Create and Detect Memory Leaks in Java](https://www.baeldung.com/java-create-detect-memory-leaks)