Tuesday 30 July 2013

Java performance mind map

Great https://github.com/raydac/Java-performance-mind-map
or https://www.dropbox.com/s/zvg9vmjn1dqd21f/JavaPerformanceOptimization.png

includes following topics and ways how to diagnose and fix them:
  • too big %sys in mpstat
  • too big %irq, %soft in mpstat
  • too big %iowait in mpstat
  • too big %idle in mpstat
  • too big %ust in mpstat - JVM, algorithmic , memory, cpu problems

No comments:

Post a Comment