主题:java性能优化权威指南 pdf
版本:英文版 Java Performance Tuning
忽略:(0~24页)Performance+Acknowledge
1、Strategies, Approaches, and Methodologies.
三层境界:
1.i don't know what i don't know.
2.i know what i don't know.
3.i already know what i need to know.
两种方法:
Two different performance tuning approaches, top down and buttom up.
2、软件development过程中缺乏performance的analysis和testing。
1.Software development:analysis, design, coding and testing. but give little a attention to performance and scalability.
2.Today many application under development utilize automated build and test procedures. it should integrating performance testing into automated build processes testing system.
3、Two Approaches, Top Down and Bottom up.
1.top down, the most common approach utlized for performance tuning.step one:Monitoring the application while it is running under a load of particular interest.(Monitoring activity include observing OS, JVM, Java EE container)
2.bottom up, it is improve the performance of an application on one platform relative to another platform(diffreenes exists in the underlying CPU, CPU architecture, number of CPUs).the focus of the bottom up approach is usually to improve the utilization of the CPU without making changes to the application.
本文探讨了Java性能优化的策略和方法,包括从不了解优化到掌握优化技巧的不同阶段,以及顶层和底层两种不同的优化方法。文章还强调了在软件开发周期中整合性能分析和测试的重要性。
608

被折叠的 条评论
为什么被折叠?



