java-tutorials/core-java-modules/core-java-perf/README.md

16 lines
983 B
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 02:42:45 -05:00
- [Branch Prediction in Java](https://www.baeldung.com/java-branch-prediction)
2020-03-18 02:21:53 -04:00
- [Capturing a Java Thread Dump](https://www.baeldung.com/java-thread-dump)
2021-12-08 10:04:52 -05:00
- [JMX Ports](https://www.baeldung.com/jmx-ports)
2022-11-25 02:59:07 -05:00
- [Calling JMX MBean Method From a Shell Script](https://www.baeldung.com/jmx-mbean-shell-access)