博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
读书笔记系列之java性能优化权威指南 一 第一章
阅读量:6913 次
发布时间:2019-06-27

本文共 1256 字,大约阅读时间需要 4 分钟。

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

 

转载地址:http://jmncl.baihongyu.com/

你可能感兴趣的文章
EditText 只能输入数字字母
查看>>
iPhone 开发过程中的一些小技术的总结
查看>>
android 资料
查看>>
ThreadLocal 那点事儿
查看>>
Spark源码分析调试环境搭建
查看>>
全栈工程师就是一棵歪脖子树
查看>>
对于设计模式最近观感的浅薄理解
查看>>
Spring中AOP使用——配置xml方式
查看>>
JavaScript是如何工作的:深入类和继承内部原理 + Babel和TypeScript 之间转换
查看>>
.net reactor使用教程(一)——界面各功能说明
查看>>
腾讯 AI Lab 正式开源PocketFlow,让深度学习放入手机!
查看>>
教你在Docker上不到2分钟建立一个多模型数据库!
查看>>
python输入输出语句
查看>>
HTTPS时代的到来是大势所趋!阿里云CDN如何助力企业网站进入HTTPS时代
查看>>
Linux 积极使用swap空间
查看>>
等待事件之Log File Sync
查看>>
php测试kafka
查看>>
js获取两个日期之间时间差(天数)
查看>>
Memcached 简介
查看>>
虚拟化二、Xen虚拟化技术
查看>>