Java 性能权威指南-(影印版)

本书特色

[

java 技术具有卓越的通用性、高效性、平台移植性和安全性,广泛应用于个人pc、数据中心、游戏控制台、科学超级计算机、移动电话和互联网,同时拥有全球*大的开发者专业社群。在全球云计算和移动互联网的产业环境下,java更具备了显著优势和广阔前景。本书适合java程序员以及对java语言感兴趣的学习者。

]

目录

preface1.introduction a brief outline platforms and conventions jvm tuning flags the complete performance story write better algorithms write less code oh go ahead, prematurely optimize look elsewhere: the database is always the bottleneck optimize for the common case summary2.an approach to performance testing test a real application microbenchmarks macrobenchmarks mesobenchmarks common code examples understand throughput, batching, and response time elapsed time (batch) measurements throughput measurements response time tests understand variability test early, test often summary3.a java performance toolbox operating system tools and analysis cpu usage the cpu run queue disk usage network usage java monitoring tools basic vm information thread information class information live gc analysis heap dump postprocessing profiling tools sampling profilers instrumented profilers blocking methods and: thread timelines native profilers java mission control java flight recorder enabling jfr selecting jfr events summary4.working with the jit compiler just-in-time compilersran overview hot spot compilation basic tunings: client or server (or both) optimizing startup optimizing batch operations optimizing long-running applications java and jit compiler versions intermediate tunings for the compiler tuning the code cache compilation thresholds inspecting the compilation process advanced compiler tunings compilation threads inlining escape analysis deoptimization not entrant code deoptimizing zombie code tiered compilation levels ……5.an introduction to garbage collection6.garbage collection algorithms7.heap memory best practkes8.native memory best practices9.threading and synchronization performance10.java enterprise edition performance11.database performance best practices12.java se api tips a.summary oftuning flags index

封面

Java 性能权威指南-(影印版)

书名:Java 性能权威指南-(影印版)

作者:奥克斯

页数:408

定价:¥72.0

出版社:东南大学出版社

出版日期:2015-02-01

ISBN:9787564153830

PDF电子书大小:65MB 高清扫描完整版

百度云下载:http://www.chendianrong.com/pdf

发表评论

邮箱地址不会被公开。 必填项已用*标注