zoukankan      html  css  js  c++  java
  • 读书笔记系列之java性能优化权威指南 一 第一章

    主题: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. 

  • 相关阅读:
    Microsoft 基准安全分析器(MBSA)
    神奇的C++模版
    Windows下的Memcache安装
    BisonFlex 笔记
    虚函数背后的秘密
    如何切换SecureCRT的帐号
    动态生成JS 实现 .NET 网站广告管理
    fatal error C1853 预编译头文件来自编译器的早期版本 解决方法
    解决 unresolved external symbol 无法解析 _send@16
    linux远程登录
  • 原文地址:https://www.cnblogs.com/RunForLove/p/4344832.html
Copyright © 2011-2022 走看看