PERFORMANCE ENGINEERING ON JVM BASED SYSTEM
THE DIAGNOSTIC MINDMAP
Now, diagnose performance issues at ease. Use the below mindmap as a guide. It’s the outcome of my study on performance engineering.
TOOLS
- Thread dump analyzer – Link
- Fastthread.io – Thread dump analysis – Link
- Samurai – Thread analysis tool – Link
- GcEasy – Analysing GC logs – Link
- HeapHero – Analysing Heap – Link
- Eclipse MAT – Heap analysis – Link
- Optimize application code.
- Scale the hardware – Vertical and Horizontal.
- Employ caching at multiple layers.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.